Tcl Command Examples for Working with the Platform Board Flow - 2022.1 English

Vivado Design Suite User Guide: I/O and Clock Planning (UG899)

Document ID
UG899
Release Date
2022-05-04
Version
2022.1 English
  • 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 the
    get_board_part_interfaces
    " Tcl command and other Tcl commands, see the Vivado Design Suite Tcl Command Reference Guide (UG835).