Skip to content

Commit e8bb2bf

Browse files
committed
scripts: fix typo
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 85657ad commit e8bb2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/report_metrics.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ proc report_metrics { when {include_erc true} {include_clock_skew true} } {
121121
puts "\n=========================================================================="
122122
puts "$when setup_violation_count"
123123
puts "--------------------------------------------------------------------------"
124-
puts "setup violation count [sta::endpoint_violation_count min]"
124+
puts "setup violation count [sta::endpoint_violation_count max]"
125125

126126
puts "\n=========================================================================="
127127
puts "$when hold_violation_count"

0 commit comments

Comments
 (0)