Skip to content

Commit 2b63aec

Browse files
committed
cosmetic changes
1 parent 413e6ec commit 2b63aec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/synth_rapidsilicon.cc

+4-4
Original file line numberDiff line numberDiff line change
@@ -9057,7 +9057,8 @@ void collect_clocks (RTLIL::Module* module,
90579057
}
90589058
}
90599059
run("stat");
9060-
// Awais: Convert Carry to logic if carry in a chain exceed max carry length limit in a chain.
9060+
// Awais: Split large carry chain into smaller sub chains to be under device limit
9061+
log("Split large carry chains");
90619062
if (max_carry_length != -1)
90629063
carry_2_gate();
90639064
run("stat");
@@ -9068,10 +9069,9 @@ void collect_clocks (RTLIL::Module* module,
90689069
break;
90699070
}
90709071
}
9071-
// if (cec) {
9072+
if (cec) {
90729073
run("write_verilog -noexpr -nohex after_tech_map.v");
9073-
// }
9074-
//sec_check("after_tech_map", false);
9074+
}
90759075
sec_check("after_tech_map", true, true);
90769076

90779077

0 commit comments

Comments
 (0)