File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -106,4 +106,15 @@ gui::set_display_controls "Heat Maps/Routing Congestion" visible true
106106
107107save_image -resolution $resolution $::env(REPORTS_DIR) /final_congestion.webp
108108
109+ # The worst timing path view
110+ gui::set_display_controls " Heat Maps/Routing Congestion" visible false
111+ gui::set_display_controls " Timing Path/*" visible true
112+ gui::set_display_controls " Nets/*" visible false
113+ gui::set_display_controls " Instances/*" visible true
114+ gui::set_display_controls " Shape Types/Routing/*" visible false
115+
116+ gui::show_worst_path
117+ save_image -resolution $resolution $::env(REPORTS_DIR) /final_worst_path.webp
118+ gui::set_display_controls " Timing Path/*" visible false
119+
109120gui::restore_display_controls
You can’t perform that action at this time.
0 commit comments