Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
e5ec7231
Commit
e5ec7231
authored
Jun 17, 2014
by
dbarbera
Browse files
Verify generated module
parent
24c9bea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
LlvmGenerator.py
View file @
e5ec7231
...
...
@@ -126,6 +126,8 @@ def _process(process):
for
signal
in
process
.
input_signals
:
_generate_input_signal
(
signal
,
mapping
[
signal
[
'name'
]])
g
.
module
.
verify
()
with
open
(
g
.
name
+
'.ll'
,
'w'
)
as
ll_file
:
ll_file
.
write
(
str
(
g
.
module
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment