Skip to content

Commit 472a567

Browse files
authored
Merge pull request #2695 from The-OpenROAD-Project-staging/ant-metric
Always report antenna_diodes_count, use -1 for repair skipped
2 parents 2df0450 + b0cd4a3 commit 472a567

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)