projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f16784
)
Run clean after splitnets in synth_greenpak4
author
Clifford Wolf
<clifford@clifford.at>
Sat, 23 Apr 2016 21:09:45 +0000
(23:09 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 23 Apr 2016 21:09:45 +0000
(23:09 +0200)
techlibs/greenpak4/synth_greenpak4.cc
patch
|
blob
|
history
diff --git
a/techlibs/greenpak4/synth_greenpak4.cc
b/techlibs/greenpak4/synth_greenpak4.cc
index ec1b687b0756955b196e158c47746e8173143979..3559e0fad8621698934d8fa345f865651101a729 100644
(file)
--- a/
techlibs/greenpak4/synth_greenpak4.cc
+++ b/
techlibs/greenpak4/synth_greenpak4.cc
@@
-194,7
+194,7
@@
struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("json"))
{
- run("splitnets", "(temporary workaround for gp4par parser limitation)");
+ run("splitnets
;;
", "(temporary workaround for gp4par parser limitation)");
if (!json_file.empty() || help_mode)
run(stringf("write_json %s", help_mode ? "<file-name>" : json_file.c_str()));
}