mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-14 04:48:46 +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 (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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue