3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

gowin: fix typo

This commit is contained in:
Lofty 2023-11-14 22:37:29 +00:00
parent c11744b4ef
commit 309558767d

View file

@ -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;
}