Skip to content

Commit d7d897b

Browse files
authored
Merge pull request #3840 from gudeh/final-image-show-physical
Show all physical instances other than filler cells
2 parents 97071ff + b6b635a commit d7d897b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/scripts/save_images.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ save_image -resolution $resolution $::env(REPORTS_DIR)/final_routing.webp
3737

3838
# The placement view without routing
3939
gui::set_display_controls "Shape Types/Routing/*" visible false
40-
gui::set_display_controls "Instances/Physical/*" visible false
40+
gui::set_display_controls "Instances/Physical/Fill cell" visible false
4141
gui::set_display_controls "Misc/Instances/*" visible false
4242
save_image -resolution $resolution $::env(REPORTS_DIR)/final_placement.webp
4343

0 commit comments

Comments
 (0)