Skip to content

Commit

Permalink
ice40: fix -noabc9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenslofty committed Nov 17, 2023
1 parent 032fab1 commit 5c96746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techlibs/ice40/synth_ice40.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ struct SynthIce40Pass : public ScriptPass
continue;
}
if (args[argidx] == "-noabc9") {
abc9 = true;
abc9 = false;
continue;
}
if (args[argidx] == "-dff") {
Expand Down

0 comments on commit 5c96746

Please sign in to comment.