mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
gowin: add splitnets to appease the PnR
This commit is contained in:
parent
4aa505d1b2
commit
ec56438cf2
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue