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 516e277 commit 131a518Copy full SHA for 131a518
flow/scripts/global_route.tcl
@@ -91,7 +91,7 @@ proc global_route_helper { } {
91
-congestion_report_file $::env(REPORTS_DIR)/congestion_post_recover_power.rpt
92
93
if {
94
- ![env_var_equals SKIP_ANTENNA_REPAIR 1] &&
+ !$::env(SKIP_ANTENNA_REPAIR) &&
95
[env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_GRT]
96
} {
97
puts "Repair antennas..."
0 commit comments