3
0
Fork 0
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:
Pepijn de Vos 2019-09-05 16:38:47 +02:00
parent 3eff2271d0
commit 7a43be5e43

View file

@ -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");