File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 =========================================================================="
You can’t perform that action at this time.
0 commit comments