3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +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. // removed, ABC9 is on by default.
continue; continue;
} }
if (args[argidx] == "-abc9") { if (args[argidx] == "-noabc9") {
abc9 = false; abc9 = false;
continue; continue;
} }