projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa505d
)
gowin: add splitnets to appease the PnR
author
Pepijn de Vos
<pepijndevos@gmail.com>
Wed, 4 Sep 2019 08:33:47 +0000
(10:33 +0200)
committer
Pepijn de Vos
<pepijndevos@gmail.com>
Wed, 4 Sep 2019 08:33:47 +0000
(10:33 +0200)
techlibs/gowin/synth_gowin.cc
patch
|
blob
|
history
diff --git
a/techlibs/gowin/synth_gowin.cc
b/techlibs/gowin/synth_gowin.cc
index ac3dbfb29f6be483e7cfcb9ea13c316cd6b75341..9c2a5c83724f207e4b9f357707f499c7a7bf3c96 100644
(file)
--- a/
techlibs/gowin/synth_gowin.cc
+++ b/
techlibs/gowin/synth_gowin.cc
@@
-186,6
+186,7
@@
struct SynthGowinPass : public ScriptPass
run("techmap -map +/techmap.v");
if (retime || help_mode)
run("abc -dff", "(only if -retime)");
+ run("splitnets");
}
if (check_label("map_ffs"))