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.
1 parent 9f576b2 commit 5283cb9Copy full SHA for 5283cb9
flow/scripts/global_route.tcl
@@ -86,7 +86,10 @@ proc global_route_helper { } {
86
log_cmd global_route -end_incremental \
87
-congestion_report_file $::env(REPORTS_DIR)/congestion_post_recover_power.rpt
88
89
- if { ![env_var_equals SKIP_ANTENNA_REPAIR 1] && [env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_GRT] } {
+ if {
90
+ ![env_var_equals SKIP_ANTENNA_REPAIR 1] &&
91
+ [env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_GRT]
92
+ } {
93
puts "Repair antennas..."
94
repair_antennas -iterations $::env(MAX_REPAIR_ANTENNAS_ITER_GRT)
95
check_placement -verbose
0 commit comments