1
0
mirror of synced 2026-05-23 13:46:47 +00:00

quicklogic: remove duplicate techmap call

This commit is contained in:
Lofty
2024-10-10 20:57:01 +01:00
parent 380a425598
commit df003f3e68

View File

@@ -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");
}