Skip to content

Commit

Permalink
add the legend to the ir drop heat map
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Liberty <[email protected]>
  • Loading branch information
maliberty committed Sep 19, 2022
1 parent 802c0f8 commit a7b7ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/scripts/save_images.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ 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)
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
}
Expand Down

0 comments on commit a7b7ec5

Please sign in to comment.