mirror of https://github.com/YosysHQ/yosys.git
run setundef for all x inputs
This commit is contained in:
parent
40f05009e3
commit
f8ae93c0ea
|
@ -341,6 +341,7 @@ struct SynthNanoXplorePass : public ScriptPass
|
|||
run("stat");
|
||||
run("check -noinit");
|
||||
run("blackbox =A:whitebox");
|
||||
run("setundef -zero -undriven");
|
||||
}
|
||||
|
||||
if (check_label("json"))
|
||||
|
|
Loading…
Reference in New Issue