Skip to content

Commit 6197b57

Browse files
TheMightyDuckOfDoomphsauter
authored andcommitted
openroad: set_propagated_clock after CTS
1 parent 76c32e6 commit 6197b57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openroad/scripts/chip.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ utl::report "Detailed placement"
210210
detailed_placement {*}$DPL_ARGS
211211
utl::report "Estimate parasitics"
212212
estimate_parasitics -placement
213+
214+
# propagate clocks now that we have a clock-tree
215+
set_propagated_clock [all_clocks]
216+
213217
report_metrics "${log_id_str}_${proj_name}.cts_unrepaired"
214218

215219
# repair all setup timing

0 commit comments

Comments
 (0)