mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
gowin: fix typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user