Skip to content

Commit

Permalink
run setundef for all x inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Jun 7, 2024
1 parent 3a329c4 commit b473eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions techlibs/nanoxplore/synth_nanoxplore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit b473eb4

Please sign in to comment.