mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
Merge pull request #4037 from YosysHQ/lofty/ice40-abc9-oopsie
ice40: fix -noabc9
This commit is contained in:
commit
fa5fb811df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue