mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
quicklogic: remove duplicate techmap call
This commit is contained in:
parent
380a425598
commit
df003f3e68
|
@ -267,7 +267,6 @@ struct SynthQuickLogicPass : public ScriptPass {
|
||||||
if (check_label("map_gates")) {
|
if (check_label("map_gates")) {
|
||||||
if (inferAdder && family == "qlf_k6n10f") {
|
if (inferAdder && family == "qlf_k6n10f") {
|
||||||
run("techmap -map +/techmap.v -map " + lib_path + family + "/arith_map.v -D NODIV", "(unless -no_adder)");
|
run("techmap -map +/techmap.v -map " + lib_path + family + "/arith_map.v -D NODIV", "(unless -no_adder)");
|
||||||
run("techmap", "(unless -no_adder)");
|
|
||||||
} else {
|
} else {
|
||||||
run("techmap");
|
run("techmap");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue