mirror of https://github.com/openXC7/prjxray.git
Actually use pin in foreach loop.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
d490b948e8
commit
8813f16bb9
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue