Skip to content

Commit

Permalink
quicklogic: remove duplicate techmap call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenslofty committed Oct 10, 2024
1 parent 380a425 commit df003f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion techlibs/quicklogic/synth_quicklogic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ struct SynthQuickLogicPass : public ScriptPass {
if (check_label("map_gates")) {
if (inferAdder && family == "qlf_k6n10f") {
run("techmap -map +/techmap.v -map " + lib_path + family + "/arith_map.v -D NODIV", "(unless -no_adder)");
run("techmap", "(unless -no_adder)");
} else {
run("techmap");
}
Expand Down

0 comments on commit df003f3

Please sign in to comment.