Skip to content

Commit b08e044

Browse files
authored
Merge pull request #678 from The-OpenROAD-Project-staging/check_setup
add check_setup to report_metrics.tcl
2 parents 0a7c358 + 84aea87 commit b08e044

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)