Skip to content

Commit 9299682

Browse files
authored
Merge pull request #2946 from The-OpenROAD-Project-staging/rpt-wns-tns
Report tns/wns hold values in the metrics
2 parents f0500e7 + 1b5ea9d commit 9299682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/scripts/report_metrics.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ proc report_metrics { stage when {include_erc true} {include_clock_skew true} }
1919
report_puts "--------------------------------------------------------------------------"
2020
report_tns >> $filename
2121
report_tns_metric >> $filename
22+
report_tns_metric -hold >> $filename
2223

2324
report_puts "\n=========================================================================="
2425
report_puts "$when report_wns"
@@ -30,6 +31,7 @@ proc report_metrics { stage when {include_erc true} {include_clock_skew true} }
3031
report_puts "--------------------------------------------------------------------------"
3132
report_worst_slack >> $filename
3233
report_worst_slack_metric >> $filename
34+
report_worst_slack_metric -hold >> $filename
3335

3436
if {$include_clock_skew && $::env(REPORT_CLOCK_SKEW)} {
3537
report_puts "\n=========================================================================="

0 commit comments

Comments
 (0)