Skip to content

Commit b8c5ddd

Browse files
committed
fix command name
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 5b64227 commit b8c5ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/global_place_skip_io.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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] } {
7+
} elseif { [all_pins_placed] } {
88
puts "All pins are placed. Skipping global placement without IOs"
99
} else {
1010
log_cmd global_placement -skip_io -density [place_density_with_lb_addon] \

0 commit comments

Comments
 (0)