Skip to content

Commit 231362b

Browse files
committed
Hide clock widget to clear clock highlight
Signed-off-by: Martin Povišer <[email protected]>
1 parent ebc46b4 commit 231362b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/scripts/save_images.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ select -name "clk*" -type Inst
6060
save_image -resolution $resolution $::env(REPORTS_DIR)/final_clocks.webp
6161
gui::clear_selections
6262

63+
gui::show_widget "Clock Tree Viewer"
6364
foreach clock [get_clocks *] {
6465
if { [llength [get_property $clock sources]] > 0 } {
6566
set clock_name [get_name $clock]
@@ -70,6 +71,7 @@ foreach clock [get_clocks *] {
7071
save_image -resolution $resolution $::env(REPORTS_DIR)/cts_${clock_name}_layout.webp
7172
}
7273
}
74+
gui::hide_widget "Clock Tree Viewer"
7375

7476
# The resizer view: all instances created by the resizer grouped
7577
gui::set_display_controls "Layers/*" visible false

0 commit comments

Comments
 (0)