- Getting board part
interfaces:
get_board_part_interfaces
- Getting ports associated with the board
interface:
get_board_interface_ports -of [get_board_part_interfaces]
- Getting properties of the
port:
get_property NAME [lindex [get_board_interface_ports] 5] get_property DIRECTION [lindex [get_board_interface_ports] 5]
- Getting properties from the board part pin:
get_property IOSTANDARD [get_board_part_pins] get_property LOC [get_board_part_pins]
Note: For information on theget_board_part_interfaces
Tcl command and other Tcl commands, see the Vivado Design Suite Tcl Command Reference Guide (UG835).