Skip to content

Commit c33ffff

Browse files
authored
Merge pull request #2430 from The-OpenROAD-Project-staging/secure-fix_incremental
add call for grt start and end incremental in recover_power
2 parents ce8d36a + 1922bdf commit c33ffff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/scripts/global_route.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ proc global_route_helper {} {
8686
global_route -end_incremental -congestion_report_file $::env(REPORTS_DIR)/congestion_post_repair_timing.rpt
8787
}
8888

89+
global_route -start_incremental
8990
recover_power
91+
# Route the modified nets by rsz journal restore
92+
global_route -end_incremental -congestion_report_file $::env(REPORTS_DIR)/congestion_post_recover_power.rpt
9093

9194
if {![env_var_equals SKIP_ANTENNA_REPAIR 1]} {
9295
puts "Repair antennas..."

0 commit comments

Comments
 (0)