counter2.tcl

来自「汽车四轮定位CCD驱动CPLD源代码」· TCL 代码 · 共 38 行

TCL
38
字号
#-- Lattice Semiconductor Corporation Ltd.
#-- Synplify OEM project file .\counter2.TCL
#-- Written on Sat Apr 19 17:35:59 2003


#-- begin a new section
project -new

#-- Device options
set_option -technology mach

#-- add_file options
add_file -vhdl -lib work "counter2.vhd"

#-- top module name
set_option -top_module counter2

#simulation options
set_option -write_verilog true
set_option -write_vhdl true

#-- set result format/file last
project -result_file "counter2.edi"

#-- error message log file
project -log_file counter2.log

#-- let's save it
project -save counter2.tc_

#-- run Synplify
project -run

#-- **************************************************

#-- exit from Synplify
exit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?