Skip to content

Commit

Permalink
Merge pull request YosysHQ#4032 from YosysHQ/lofty/gowin-abc9-oopsie
Browse files Browse the repository at this point in the history
gowin: fix typo
  • Loading branch information
nakengelhardt authored Nov 15, 2023
2 parents 7eea047 + 3095587 commit 032fab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techlibs/gowin/synth_gowin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 032fab1

Please sign in to comment.