else if (!nocarry || help_mode)
run("techmap -map +/xilinx/arith_map.v", "(skip if '-nocarry')");
- if (!nomux || help_mode)
- run("techmap -map +/xilinx/cells_map.v");
-
if (!nosrl || help_mode) {
// shregmap operates on bit-level flops, not word-level,
// so break those down here
run("shregmap -tech xilinx -minlen 3", "(skip if '-nosrl')");
}
+ if (!nomux || help_mode)
+ run("techmap -map +/xilinx/cells_map.v");
+
run("techmap");
run("opt -fast");
}