mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Merge pull request #4032 from YosysHQ/lofty/gowin-abc9-oopsie
gowin: fix typo
This commit is contained in:
commit
032fab1f54
|
@ -173,7 +173,7 @@ struct SynthGowinPass : public ScriptPass
|
||||||
// removed, ABC9 is on by default.
|
// removed, ABC9 is on by default.
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (args[argidx] == "-abc9") {
|
if (args[argidx] == "-noabc9") {
|
||||||
abc9 = false;
|
abc9 = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue