Skip to content

Commit 05f3f8b

Browse files
committed
Merge branch 'master' into secure-TR-stt-new-pd
Signed-off-by: Matt Liberty <[email protected]>
2 parents bfdcc8b + b08e044 commit 05f3f8b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

flow/scripts/report_metrics.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
proc report_metrics { when {include_erc true} {include_clock_skew true} } {
2+
puts "\n=========================================================================="
3+
puts "$when check_setup"
4+
puts "--------------------------------------------------------------------------"
5+
check_setup
6+
27
puts "\n=========================================================================="
38
puts "$when report_tns"
49
puts "--------------------------------------------------------------------------"

flow/scripts/save_images.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,9 @@ for {set i 0} {$i <= 5} {incr i} {
7474
}
7575
gui::clear_selections
7676

77+
foreach clock [get_clocks *] {
78+
set clock_name [get_name $clock]
79+
gui::save_clocktree_image $::env(REPORTS_DIR)/cts_$clock_name.webp $clock_name
80+
}
81+
7782
gui::restore_display_controls

0 commit comments

Comments
 (0)