From 309558767d7a67b7f17bfd40335036009017c055 Mon Sep 17 00:00:00 2001 From: Lofty Date: Tue, 14 Nov 2023 22:37:29 +0000 Subject: [PATCH] gowin: fix typo --- techlibs/gowin/synth_gowin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/gowin/synth_gowin.cc b/techlibs/gowin/synth_gowin.cc index 094bd4fc5..302ba76e5 100644 --- a/techlibs/gowin/synth_gowin.cc +++ b/techlibs/gowin/synth_gowin.cc @@ -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; }