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
60
60
save_image -resolution $resolution $::env(REPORTS_DIR) /final_clocks.webp
61
61
gui::clear_selections
62
62
63
+ gui::show_widget " Clock Tree Viewer"
63
64
foreach clock [get_clocks *] {
64
65
if { [llength [get_property $clock sources]] > 0 } {
65
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
71
72
}
72
73
}
74
+ gui::hide_widget " Clock Tree Viewer"
73
75
74
76
# The resizer view: all instances created by the resizer grouped
75
77
gui::set_display_controls " Layers/*" visible false
@@ -92,4 +94,12 @@ save_image -resolution $resolution $::env(REPORTS_DIR)/final_resizer.webp
92
94
gui::clear_highlights -1
93
95
gui::clear_selections
94
96
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
+
95
105
gui::restore_display_controls
You can’t perform that action at this time.
0 commit comments