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