Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#588 from The-OpenROAD-Project…
Browse files Browse the repository at this point in the history
…-staging/ir-drop-images

restore ir drop images now that all platforms are working
  • Loading branch information
maliberty authored Sep 19, 2022
2 parents efc4349 + a7b7ec5 commit e453c4f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flow/scripts/save_images.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ gui::set_display_controls "Instances/Physical/*" visible false
save_image -resolution $resolution $::env(REPORTS_DIR)/final_placement.webp

if {[info exist ::env(PWR_NETS_VOLTAGES)]} {
# gui::set_display_controls "Heat Maps/IR Drop" visible true
# gui::set_heatmap IRDrop Layer $::env(IR_DROP_LAYER)
# save_image -resolution $resolution $::env(REPORTS_DIR)/final_ir_drop.webp
# gui::set_display_controls "Heat Maps/IR Drop" visible false
gui::set_display_controls "Heat Maps/IR Drop" visible true
gui::set_heatmap IRDrop Layer $::env(IR_DROP_LAYER)
gui::set_heatmap IRDrop ShowLegend 1
save_image -resolution $resolution $::env(REPORTS_DIR)/final_ir_drop.webp
gui::set_display_controls "Heat Maps/IR Drop" visible false
}

# The clock view: all clock nets and buffers
Expand Down

0 comments on commit e453c4f

Please sign in to comment.