From: Pepijn de Vos Date: Wed, 4 Sep 2019 08:33:47 +0000 (+0200) Subject: gowin: add splitnets to appease the PnR X-Git-Tag: working-ls180~956^2~37 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec56438cf29c6cfdad5cc28987298ec6bd363d47;p=yosys.git gowin: add splitnets to appease the PnR --- 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"))