?? create_wtut_ver.tcl
字號(hào):
# Tcl script to run in the Xilinx Tcl shell or the ISE Tcl Console
# To run this script, type "source create_vtut_ver.tcl"
# at Tcl prompt.
# set up the project
project new wtut_ver.ise
project set family "Spartan3A and Spartan3AN"
project set device xc3s700A
project set speed -4
project set package fg484
project set synthesis_tool "XST (VHDL/Verilog)"
project set generated_simulation_language "ISE Simulator (VHDL/Verilog)"
# add source files -
xfile add clk_div_262k.v
xfile add lcd_control.v
xfile add statmach.v
xfile add stopwatch.v
project close
project open wtut_ver.ise
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -