create_wtut_ver.tcl
来自「ise9.1官方的使用手册中配套用的fpga入门代码」· TCL 代码 · 共 21 行
TCL
21 行
# 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?