3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

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

View file

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