Skip to content

Commit 0c47cb0

Browse files
authored
Merge pull request #3405 from The-OpenROAD-Project-staging/rpt-report_clock_min_period
Add report_clock_min_period to report_metrics.tcl
2 parents 3ede9e4 + 6ce6d4d commit 0c47cb0

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)