File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ select -name "clk*" -type Inst
6060save_image -resolution $resolution $::env(REPORTS_DIR) /final_clocks.webp
6161gui::clear_selections
6262
63+ gui::show_widget " Clock Tree Viewer"
6364foreach 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
7577gui::set_display_controls " Layers/*" visible false
@@ -92,4 +94,12 @@ save_image -resolution $resolution $::env(REPORTS_DIR)/final_resizer.webp
9294gui::clear_highlights -1
9395gui::clear_selections
9496
97+ # The routing congestion view
98+ gui::set_display_controls " Instances/*" visible true
99+ gui::set_display_controls " Instances/Physical/*" visible false
100+ gui::set_display_controls " Nets/*" visible false
101+ gui::set_display_controls " Heat Maps/Routing Congestion" visible true
102+
103+ save_image -resolution $resolution $::env(REPORTS_DIR) /final_congestion.webp
104+
95105gui::restore_display_controls
You can’t perform that action at this time.
0 commit comments