mirror of https://github.com/YosysHQ/yosys.git
gowin: fix typo
This commit is contained in:
parent
c11744b4ef
commit
309558767d
|
@ -173,7 +173,7 @@ struct SynthGowinPass : public ScriptPass
|
|||
// removed, ABC9 is on by default.
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-abc9") {
|
||||
if (args[argidx] == "-noabc9") {
|
||||
abc9 = false;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue