Skip to content

Commit ebc46b4

Browse files
committed
Add congestion view to saved images
Signed-off-by: Martin Povišer <[email protected]>
1 parent e35c9b1 commit ebc46b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flow/scripts/save_images.tcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,12 @@ save_image -resolution $resolution $::env(REPORTS_DIR)/final_resizer.webp
9292
gui::clear_highlights -1
9393
gui::clear_selections
9494

95+
# The routing congestion view
96+
gui::set_display_controls "Instances/*" visible true
97+
gui::set_display_controls "Instances/Physical/*" visible false
98+
gui::set_display_controls "Nets/*" visible false
99+
gui::set_display_controls "Heat Maps/Routing Congestion" visible true
100+
101+
save_image -resolution $resolution $::env(REPORTS_DIR)/final_congestion.webp
102+
95103
gui::restore_display_controls

0 commit comments

Comments
 (0)