Merge pull request #4032 from YosysHQ/lofty/gowin-abc9-oopsie

gowin: fix typo
This commit is contained in:
N. Engelhardt 2023-11-15 11:07:49 +01:00 committed by GitHub
commit 032fab1f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}