Tcl Command Examples for Placing Ports into I/O Banks - 2023.2 English

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

Document ID
UG899
Release Date
2023-10-18
Version
2023.2 English
  • Placing ports into I/O banks:
    place_ports -iobank [get_iobanks {12 13 14 15}] [all_inputs]
  • Placing ports into all I/O banks:
    place_ports -iobank [lrange [get_iobanks] 1 end] <port list>
Note: The place_ports command is not supported for bank 0.