Actually use pin in foreach loop.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-10-07 10:45:19 -07:00
parent d490b948e8
commit 8813f16bb9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ foreach pin [get_package_pins] {
}
set tile [get_tiles -of_object $site]
set pin_function [get_property PIN_FUNC [get_package_pins E18]]
set pin_function [get_property PIN_FUNC [get_package_pins $pin]]
puts $fp "$pin,$site,$tile,$pin_function"
}