Skip to content

Commit db10351

Browse files
authored
Merge pull request #2411 from Pinata-Consulting/io-placement-nit
io_placement: spell out .tcl options to improve readability
2 parents 889f373 + fc1134c commit db10351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/scripts/io_placement_util.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ if {[env_var_exists_and_non_empty FLOORPLAN_DEF]} {
44
if {[env_var_exists_and_non_empty IO_CONSTRAINTS]} {
55
source $::env(IO_CONSTRAINTS)
66
}
7-
set args [list -hor_layer $::env(IO_PLACER_H) \
8-
-ver_layer $::env(IO_PLACER_V) \
7+
set args [list -hor_layers $::env(IO_PLACER_H) \
8+
-ver_layers $::env(IO_PLACER_V) \
99
{*}$::env(PLACE_PINS_ARGS)]
1010
log_cmd place_pins {*}$args
1111
}

0 commit comments

Comments
 (0)