📄 create_wtut_vhd.tcl
字号:
# Tcl script to run in the Xilinx Tcl shell or the ISE Tcl Console
# To run this script, type "source create_vtut_vhd.tcl"
# at Tcl prompt.
# set up the project
project new wtut_vhd.ise
project set family Spartan3
project set device xc3s200
project set speed -4
project set package ft256
project set synthesis_tool "XST (VHDL/Verilog)"
project set generated_simulation_language "ISE Simulator (VHDL/Verilog)"
# add source files -
xfile add clk_div_262k.vhd
xfile add debounce.vhd
xfile add led_control.vhd
xfile add statmach.vhd
xfile add stopwatch.vhd
project close
project open wtut_vhd.ise
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -