Skip to content

Commit 255c850

Browse files
committed
skip global_place_skip_io if pins are placed
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 9e05296 commit 255c850

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/scripts/global_place_skip_io.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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_pin_placed] } {
8+
puts "All pins are placed. Skipping global placement without IOs"
79
} else {
810
log_cmd global_placement -skip_io -density [place_density_with_lb_addon] \
911
-pad_left $::env(CELL_PAD_IN_SITES_GLOBAL_PLACEMENT) \

0 commit comments

Comments
 (0)