mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 21:57:01 +00:00
run setundef for all x inputs
This commit is contained in:
parent
40f05009e3
commit
f8ae93c0ea
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ struct SynthNanoXplorePass : public ScriptPass
|
||||||
run("stat");
|
run("stat");
|
||||||
run("check -noinit");
|
run("check -noinit");
|
||||||
run("blackbox =A:whitebox");
|
run("blackbox =A:whitebox");
|
||||||
|
run("setundef -zero -undriven");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check_label("json"))
|
if (check_label("json"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue