Skip to content

Commit

Permalink
feat: updated save_images.tcl to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed May 6, 2024
1 parent 067afee commit d07abff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfasoc/generators/ldo-gen/flow/scripts/save_images.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ gui::set_display_controls "Instances/StdCells/*" visible true
gui::set_display_controls "Instances/Macro" visible true
gui::set_display_controls "Instances/Pads/*" visible true
gui::set_display_controls "Instances/Physical/*" visible true
gui::set_display_controls "Pins" visible true
gui::set_display_controls "Shape Types/Pins" visible true
gui::set_display_controls "Shape Types/*/*" visible true
gui::set_display_controls "Misc/Instances/names" visible true
gui::set_display_controls "Misc/Scale bar" visible true
gui::set_display_controls "Misc/Highlight selected" visible true
Expand Down

0 comments on commit d07abff

Please sign in to comment.