We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c32e6 commit 6197b57Copy full SHA for 6197b57
openroad/scripts/chip.tcl
@@ -210,6 +210,10 @@ utl::report "Detailed placement"
210
detailed_placement {*}$DPL_ARGS
211
utl::report "Estimate parasitics"
212
estimate_parasitics -placement
213
+
214
+# propagate clocks now that we have a clock-tree
215
+set_propagated_clock [all_clocks]
216
217
report_metrics "${log_id_str}_${proj_name}.cts_unrepaired"
218
219
# repair all setup timing
0 commit comments