From f8ae93c0ea00432c4e2914b967a73310b3aa19a3 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 054ca5b0d..babc91391 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"))