Skip to content

Commit 131a518

Browse files
committed
grt: default values
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 516e277 commit 131a518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/global_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ proc global_route_helper { } {
9191
-congestion_report_file $::env(REPORTS_DIR)/congestion_post_recover_power.rpt
9292

9393
if {
94-
![env_var_equals SKIP_ANTENNA_REPAIR 1] &&
94+
!$::env(SKIP_ANTENNA_REPAIR) &&
9595
[env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_GRT]
9696
} {
9797
puts "Repair antennas..."

0 commit comments

Comments
 (0)