projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a25d9
)
Fix double-call of log_pop() in synth_greenpak4
author
Clifford Wolf
<clifford@clifford.at>
Tue, 14 Feb 2017 10:57:54 +0000
(11:57 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 14 Feb 2017 10:57:54 +0000
(11:57 +0100)
techlibs/greenpak4/synth_greenpak4.cc
patch
|
blob
|
history
diff --git
a/techlibs/greenpak4/synth_greenpak4.cc
b/techlibs/greenpak4/synth_greenpak4.cc
index be12ab4955d68f7c414bac42363dd1128116a227..92bcc8de7a06254daad7f8fb16dea98f0bdf96b9 100644
(file)
--- a/
techlibs/greenpak4/synth_greenpak4.cc
+++ b/
techlibs/greenpak4/synth_greenpak4.cc
@@
-204,8
+204,6
@@
struct SynthGreenPAK4Pass : public ScriptPass
if (!json_file.empty() || help_mode)
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
}
-
- log_pop();
}
} SynthGreenPAK4Pass;