We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8d36a + 1922bdf commit c33ffffCopy full SHA for c33ffff
flow/scripts/global_route.tcl
@@ -86,7 +86,10 @@ proc global_route_helper {} {
86
global_route -end_incremental -congestion_report_file $::env(REPORTS_DIR)/congestion_post_repair_timing.rpt
87
}
88
89
+ global_route -start_incremental
90
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
93
94
if {![env_var_equals SKIP_ANTENNA_REPAIR 1]} {
95
puts "Repair antennas..."
0 commit comments