Skip to content

Commit 98921c7

Browse files
committed
save CTS images from save_images.tcl
Signed-off-by: Matt Liberty <[email protected]>
1 parent a58140e commit 98921c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

tools/OpenROAD

Submodule OpenROAD updated 87 files

0 commit comments

Comments
 (0)