Skip to content

Commit 7674f78

Browse files
committed
restore the default value (-1) for number of diodes post-DRT
Signed-off-by: luis201420 <[email protected]>
1 parent d3dc319 commit 7674f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/detail_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if { ![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1] && $::env(MAX_REPAIR_ANTEN
6363
incr repair_antennas_iters
6464
}
6565
} else {
66-
utl::metric_int "antenna_diodes_count" 0
66+
utl::metric_int "antenna_diodes_count" -1
6767
}
6868

6969
source_env_var_if_exists POST_DETAIL_ROUTE_TCL

0 commit comments

Comments
 (0)