File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,12 +116,12 @@ proc report_metrics { when {include_erc true} {include_clock_skew true} } {
116116 puts " \n =========================================================================="
117117 puts " $when setup_violation_count"
118118 puts " --------------------------------------------------------------------------"
119- puts " setup violation count [ llength [find_timing_paths -path_delay min -slack_max 0] ]"
119+ puts " setup violation count [ llength [find_timing_paths -path_delay max -slack_max 0] ]"
120120
121121 puts " \n =========================================================================="
122122 puts " $when hold_violation_count"
123123 puts " --------------------------------------------------------------------------"
124- puts " hold violation count [ llength [find_timing_paths -path_delay max -slack_max 0] ]"
124+ puts " hold violation count [ llength [find_timing_paths -path_delay min -slack_max 0] ]"
125125
126126 set critical_path [lindex [find_timing_paths -sort_by_slack] 0]
127127 if {$critical_path != " " } {
You can’t perform that action at this time.
0 commit comments