mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-08 18:31:51 +00:00
use singleton ground and vcc nets, apparently this makes pnr happier
This commit is contained in:
parent
3eff2271d0
commit
7a43be5e43
|
@ -212,7 +212,7 @@ struct SynthGowinPass : public ScriptPass
|
|||
{
|
||||
run("techmap -map +/gowin/cells_map.v");
|
||||
run("setundef -undriven -zero");
|
||||
run("hilomap -hicell VCC V -locell GND G");
|
||||
run("hilomap -singleton -hicell VCC V -locell GND G");
|
||||
run("iopadmap -bits -inpad IBUF O:I -outpad OBUF I:O", "(unless -noiopads)");
|
||||
run("dffinit -ff DFF Q INIT");
|
||||
run("clean");
|
||||
|
|
Loading…
Reference in a new issue