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") {