gowin: fix typo

This commit is contained in:
Lofty 2023-11-14 22:37:29 +00:00
parent c11744b4ef
commit 309558767d
1 changed files with 1 additions and 1 deletions

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