From b473eb48197a01812cd6ac9df99de3c4f04d15d2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 6 Jun 2024 18:07:39 +0200 Subject: [PATCH] run setundef for all x inputs --- techlibs/nanoxplore/synth_nanoxplore.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/techlibs/nanoxplore/synth_nanoxplore.cc b/techlibs/nanoxplore/synth_nanoxplore.cc index 054ca5b0d5a..babc9139144 100644 --- a/techlibs/nanoxplore/synth_nanoxplore.cc +++ b/techlibs/nanoxplore/synth_nanoxplore.cc @@ -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"))