3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

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

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