Skip to content

Commit 5283cb9

Browse files
committed
tclfmt
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 9f576b2 commit 5283cb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flow/scripts/global_route.tcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ proc global_route_helper { } {
8686
log_cmd global_route -end_incremental \
8787
-congestion_report_file $::env(REPORTS_DIR)/congestion_post_recover_power.rpt
8888

89-
if { ![env_var_equals SKIP_ANTENNA_REPAIR 1] && [env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_GRT] } {
89+
if {
90+
![env_var_equals SKIP_ANTENNA_REPAIR 1] &&
91+
[env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_GRT]
92+
} {
9093
puts "Repair antennas..."
9194
repair_antennas -iterations $::env(MAX_REPAIR_ANTENNAS_ITER_GRT)
9295
check_placement -verbose

0 commit comments

Comments
 (0)