Skip to content

Commit fc1134c

Browse files
committed
io_placement: spell out .tcl options to improve readability
the plural form tells the reader that multiple metal layers can be used Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6565841 commit fc1134c

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)