Skip to content

Commit

Permalink
Merge pull request #2411 from Pinata-Consulting/io-placement-nit
Browse files Browse the repository at this point in the history
io_placement: spell out .tcl options to improve readability
  • Loading branch information
maliberty authored Oct 2, 2024
2 parents 889f373 + fc1134c commit db10351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/scripts/io_placement_util.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if {[env_var_exists_and_non_empty FLOORPLAN_DEF]} {
if {[env_var_exists_and_non_empty IO_CONSTRAINTS]} {
source $::env(IO_CONSTRAINTS)
}
set args [list -hor_layer $::env(IO_PLACER_H) \
-ver_layer $::env(IO_PLACER_V) \
set args [list -hor_layers $::env(IO_PLACER_H) \
-ver_layers $::env(IO_PLACER_V) \
{*}$::env(PLACE_PINS_ARGS)]
log_cmd place_pins {*}$args
}

0 comments on commit db10351

Please sign in to comment.