I/O ポート インターフェイスを処理する Tcl コマンド例 - 2022.1 日本語

Vivado Design Suite ユーザー ガイド: I/O およびクロック プランニング (UG899)

Document ID
UG899
Release Date
2022-05-04
Version
2022.1 日本語
  • I/O ポート インターフェイスを作成:
    create_interface interface_1
    set_property INTERFACE interface_1 [get_ports [list {test_1[3]} {test_1[2]} \
    {test_1[1]} {test_1[0]} {test_1_n[3]} {test_1_n[2]} {test_1_n[1]} \
    {test_1_n[0]}]]
    set_property INTERFACE interface_1 [get_ports [list port_2 port_2_N port_1 \ port_4]]
  • インターフェイスからの I/O ポートを削除:
    set_property INTERFACE "" [get_ports [list port_2 port_2_N]]