Skip to content

Commit 6ce6d4d

Browse files
committed
Add report_clock_min_period to report_metrics.tcl
Signed-off-by: Matt Liberty <[email protected]>
1 parent d39a6a6 commit 6ce6d4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

flow/scripts/report_metrics.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ proc report_metrics { stage when { include_erc true } { include_clock_skew true
3232
report_worst_slack >> $filename
3333
report_worst_slack_metric
3434
report_worst_slack_metric -hold
35+
36+
report_puts "\n=========================================================================="
37+
report_puts "$when report_clock_min_period"
38+
report_puts "--------------------------------------------------------------------------"
39+
report_clock_min_period -include_port_paths >> $filename
3540
report_fmax_metric
3641

3742
if { $include_clock_skew && $::env(REPORT_CLOCK_SKEW) } {

tools/OpenROAD

Submodule OpenROAD updated 53 files

0 commit comments

Comments
 (0)