mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 08:28:45 +00:00
use singleton ground and vcc nets, apparently this makes pnr happier
This commit is contained in:
parent
3eff2271d0
commit
7a43be5e43
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ struct SynthGowinPass : public ScriptPass
|
||||||
{
|
{
|
||||||
run("techmap -map +/gowin/cells_map.v");
|
run("techmap -map +/gowin/cells_map.v");
|
||||||
run("setundef -undriven -zero");
|
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("iopadmap -bits -inpad IBUF O:I -outpad OBUF I:O", "(unless -noiopads)");
|
||||||
run("dffinit -ff DFF Q INIT");
|
run("dffinit -ff DFF Q INIT");
|
||||||
run("clean");
|
run("clean");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue