Skip to content

Commit 84aea87

Browse files
committed
add check_setup to report_metrics.tcl
Signed-off-by: Matt Liberty <[email protected]>
1 parent 0a7c358 commit 84aea87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/scripts/report_metrics.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
proc report_metrics { when {include_erc true} {include_clock_skew true} } {
2+
puts "\n=========================================================================="
3+
puts "$when check_setup"
4+
puts "--------------------------------------------------------------------------"
5+
check_setup
6+
27
puts "\n=========================================================================="
38
puts "$when report_tns"
49
puts "--------------------------------------------------------------------------"

0 commit comments

Comments
 (0)