3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

set undriven pads to zero

This commit is contained in:
Pepijn de Vos 2019-09-04 16:29:40 +02:00
parent d65a47c86d
commit ae93c034ad
2 changed files with 3 additions and 2 deletions

View file

@ -210,6 +210,7 @@ struct SynthGowinPass : public ScriptPass
if (check_label("map_cells"))
{
run("techmap -map +/gowin/cells_map.v");
run("setundef -undriven -zero");
run("hilomap -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");