aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2019-09-04 10:33:47 +0200
committerPepijn de Vos <pepijndevos@gmail.com>2019-09-04 10:33:47 +0200
commitec56438cf29c6cfdad5cc28987298ec6bd363d47 (patch)
tree8edbe514cadff081cfe7db218f0510cc9d23b4bb /techlibs
parent4aa505d1b254b3fbb66af2d95b396a8f077da9d0 (diff)
downloadyosys-ec56438cf29c6cfdad5cc28987298ec6bd363d47.tar.gz
yosys-ec56438cf29c6cfdad5cc28987298ec6bd363d47.tar.bz2
yosys-ec56438cf29c6cfdad5cc28987298ec6bd363d47.zip
gowin: add splitnets to appease the PnR
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/gowin/synth_gowin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc
index ac3dbfb29..9c2a5c837 100644
--- 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"))