Skip to content

Commit 51dce53

Browse files
committed
Remove stray puts in report_fmax_metric
Signed-off-by: Matt Liberty <[email protected]>
1 parent 7c6c1d2 commit 51dce53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Metrics.tcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ proc report_fmax_metric { args } {
8181
}
8282
set fmax [expr { 1.0 / $min_period }]
8383
utl::metric_float "timing__fmax__clock:${clk_name}" $fmax
84-
puts "$clk_name fmax = [format %.2f [expr { $fmax / 1e6 }]] MHz"
8584
set fmax_metric [expr { max($fmax_metric, $fmax) }]
8685
}
8786
if { $fmax_metric == 0 } {

0 commit comments

Comments
 (0)