We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6c1d2 commit 51dce53Copy full SHA for 51dce53
src/Metrics.tcl
@@ -81,7 +81,6 @@ proc report_fmax_metric { args } {
81
}
82
set fmax [expr { 1.0 / $min_period }]
83
utl::metric_float "timing__fmax__clock:${clk_name}" $fmax
84
- puts "$clk_name fmax = [format %.2f [expr { $fmax / 1e6 }]] MHz"
85
set fmax_metric [expr { max($fmax_metric, $fmax) }]
86
87
if { $fmax_metric == 0 } {
0 commit comments