Skip to content

Commit 22dcced

Browse files
committed
flow: scripts: detail_route: Report metrics
Signed-off-by: Eryk Szpotanski <[email protected]>
1 parent de2e957 commit 22dcced

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
@@ -68,6 +68,8 @@ if { [env_var_exists_and_non_empty POST_DETAIL_ROUTE_TCL] } {
6868

6969
check_antennas -report_file $env(REPORTS_DIR)/drt_antennas.log
7070

71+
report_metrics 5 "detailed route"
72+
7173
if {![design_is_routed]} {
7274
error "Design has unrouted nets."
7375
}

0 commit comments

Comments
 (0)