gowin: add splitnets to appease the PnR
authorPepijn de Vos <pepijndevos@gmail.com>
Wed, 4 Sep 2019 08:33:47 +0000 (10:33 +0200)
committerPepijn de Vos <pepijndevos@gmail.com>
Wed, 4 Sep 2019 08:33:47 +0000 (10:33 +0200)
techlibs/gowin/synth_gowin.cc

index ac3dbfb29f6be483e7cfcb9ea13c316cd6b75341..9c2a5c83724f207e4b9f357707f499c7a7bf3c96 100644 (file)
@@ -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"))