1
0
mirror of synced 2026-04-11 00:16:53 +00:00

ice40: fix -noabc9

This commit is contained in:
Lofty
2023-11-17 12:49:17 +00:00
parent 032fab1f54
commit 5c96746309

View File

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