mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
ice40: fix -noabc9
This commit is contained in:
parent
032fab1f54
commit
5c96746309
|
@ -239,7 +239,7 @@ struct SynthIce40Pass : public ScriptPass
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-noabc9") {
|
if (args[argidx] == "-noabc9") {
|
||||||
abc9 = true;
|
abc9 = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-dff") {
|
if (args[argidx] == "-dff") {
|
||||||
|
|
Loading…
Reference in a new issue