We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc46b4 commit 231362bCopy full SHA for 231362b
flow/scripts/save_images.tcl
@@ -60,6 +60,7 @@ select -name "clk*" -type Inst
60
save_image -resolution $resolution $::env(REPORTS_DIR)/final_clocks.webp
61
gui::clear_selections
62
63
+gui::show_widget "Clock Tree Viewer"
64
foreach clock [get_clocks *] {
65
if { [llength [get_property $clock sources]] > 0 } {
66
set clock_name [get_name $clock]
@@ -70,6 +71,7 @@ foreach clock [get_clocks *] {
70
71
save_image -resolution $resolution $::env(REPORTS_DIR)/cts_${clock_name}_layout.webp
72
}
73
74
+gui::hide_widget "Clock Tree Viewer"
75
76
# The resizer view: all instances created by the resizer grouped
77
gui::set_display_controls "Layers/*" visible false
0 commit comments