在 Quartus® II 軟體版本 11.0 SP1 和更早版本中,Resource Property Editor 不支援變更 PCI I/O 設定。若要使用工程變更順序 (ECO) 變更設定,請使用 Tcl 腳本。
下列代碼顯示用於修改 PCI I/O 設定的範例 Tcl 腳本:
load_package chip_planner
project_open -revision
read_netlist
# This is to turn on "PCI I/O" setting for
set_node_info -info "PCI I/O" on -node [get_node_by_name -name ]
# This is to turn off "PCI I/O" setting for
set_node_info -info "PCI I/O" off -node [get_node_by_name -name ]
check_netlist_and_save
若要使用 Tcl 腳本套用 ECO,請使用下列命令:
quartus_cdb -t
未來版本的 Quartus II 軟體會使用 Resource Property Editor 支援變更 PCI I/O 設定。