From 5c96746309e67dfd3d2dfc168d4b3c5c07c34e50 Mon Sep 17 00:00:00 2001 From: Lofty Date: Fri, 17 Nov 2023 12:49:17 +0000 Subject: [PATCH] ice40: fix -noabc9 --- techlibs/ice40/synth_ice40.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 7632df733..a9982649b 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -239,7 +239,7 @@ struct SynthIce40Pass : public ScriptPass continue; } if (args[argidx] == "-noabc9") { - abc9 = true; + abc9 = false; continue; } if (args[argidx] == "-dff") {