small_2c35_setup_quartus.tcl
来自「38译码器的设计」· TCL 代码 · 共 52 行
TCL
52 行
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open c:/Pabst/test_scratch/test/small/small.qpf
set_global_assignment -name VHDL_FILE altera_vhdl_support.vhd
;
set_location_assignment PIN_AC10 -to out_port_from_the_led_pio[0]
;
set_location_assignment PIN_W11 -to out_port_from_the_led_pio[1]
;
set_location_assignment PIN_W12 -to out_port_from_the_led_pio[2]
;
set_location_assignment PIN_AE8 -to out_port_from_the_led_pio[3]
;
set_location_assignment PIN_AF8 -to out_port_from_the_led_pio[4]
;
set_location_assignment PIN_AE7 -to out_port_from_the_led_pio[5]
;
set_location_assignment PIN_AF7 -to out_port_from_the_led_pio[6]
;
set_location_assignment PIN_AA11 -to out_port_from_the_led_pio[7]
;
set_location_assignment PIN_AC10 -to out_port_from_the_led_pio[0]
;
set_location_assignment PIN_W11 -to out_port_from_the_led_pio[1]
;
set_location_assignment PIN_W12 -to out_port_from_the_led_pio[2]
;
set_location_assignment PIN_AE8 -to out_port_from_the_led_pio[3]
;
set_location_assignment PIN_AF8 -to out_port_from_the_led_pio[4]
;
set_location_assignment PIN_AE7 -to out_port_from_the_led_pio[5]
;
set_location_assignment PIN_AF7 -to out_port_from_the_led_pio[6]
;
set_location_assignment PIN_AA11 -to out_port_from_the_led_pio[7]
;
set_location_assignment PIN_AC10 -to out_port_from_the_led_pio[0]
;
set_location_assignment PIN_W11 -to out_port_from_the_led_pio[1]
;
set_location_assignment PIN_W12 -to out_port_from_the_led_pio[2]
;
set_location_assignment PIN_AE8 -to out_port_from_the_led_pio[3]
;
set_location_assignment PIN_AF8 -to out_port_from_the_led_pio[4]
;
set_location_assignment PIN_AE7 -to out_port_from_the_led_pio[5]
;
set_location_assignment PIN_AF7 -to out_port_from_the_led_pio[6]
;
set_location_assignment PIN_AA11 -to out_port_from_the_led_pio[7]
project_close
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?