We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 889f373 + fc1134c commit db10351Copy full SHA for db10351
flow/scripts/io_placement_util.tcl
@@ -4,8 +4,8 @@ if {[env_var_exists_and_non_empty FLOORPLAN_DEF]} {
4
if {[env_var_exists_and_non_empty IO_CONSTRAINTS]} {
5
source $::env(IO_CONSTRAINTS)
6
}
7
- set args [list -hor_layer $::env(IO_PLACER_H) \
8
- -ver_layer $::env(IO_PLACER_V) \
+ set args [list -hor_layers $::env(IO_PLACER_H) \
+ -ver_layers $::env(IO_PLACER_V) \
9
{*}$::env(PLACE_PINS_ARGS)]
10
log_cmd place_pins {*}$args
11
0 commit comments