Merge pull request #4037 from YosysHQ/lofty/ice40-abc9-oopsie

ice40: fix -noabc9
This commit is contained in:
N. Engelhardt 2023-11-17 14:36:16 +01:00 committed by GitHub
commit fa5fb811df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ struct SynthIce40Pass : public ScriptPass
continue;
}
if (args[argidx] == "-noabc9") {
abc9 = true;
abc9 = false;
continue;
}
if (args[argidx] == "-dff") {