3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +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") {