Skip to content

Commit 6f19de3

Browse files
Remove all pins placed check from global placement
Removed check for all pins placed before skipping global placement.
1 parent d34bae0 commit 6f19de3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow/scripts/global_place_skip_io.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ load_design 2_floorplan.odb 2_floorplan.sdc
44

55
if { [env_var_exists_and_non_empty FLOORPLAN_DEF] } {
66
puts "FLOORPLAN_DEF is set. Skipping global placement without IOs"
7-
} elseif { [all_pins_placed] } {
8-
puts "All pins are placed. Skipping global placement without IOs"
97
} else {
108
log_cmd global_placement -skip_io -density [place_density_with_lb_addon] \
119
-pad_left $::env(CELL_PAD_IN_SITES_GLOBAL_PLACEMENT) \

0 commit comments

Comments
 (0)