quicklogic: remove duplicate techmap call
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user