Skip to content

Commit b0cd4a3

Browse files
committed
Always report antenna_diodes_count, use -1 for repair skipped
Signed-off-by: Matt Liberty <[email protected]>
1 parent 9e7df40 commit b0cd4a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/scripts/detail_route.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ if {![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1]} {
5858
detailed_route {*}$all_args
5959
incr repair_antennas_iters
6060
}
61+
} else {
62+
utl::metric_int "antenna_diodes_count" -1
6163
}
6264

6365
if { [env_var_exists_and_non_empty POST_DETAIL_ROUTE_TCL] } {

0 commit comments

Comments
 (0)