ice40: fix -noabc9

This commit is contained in:
Lofty 2023-11-17 12:49:17 +00:00
parent 032fab1f54
commit 5c96746309
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ struct SynthIce40Pass : public ScriptPass
continue;
}
if (args[argidx] == "-noabc9") {
abc9 = true;
abc9 = false;
continue;
}
if (args[argidx] == "-dff") {