📄 counter2plus.tcl
字号:
#-- Lattice Semiconductor Corporation Ltd.
#-- Synplify OEM project file .\counter2plus.TCL
#-- Written on Sat Apr 19 17:35:43 2003
#-- begin a new section
project -new
#-- Device options
set_option -technology mach
#-- add_file options
add_file -vhdl -lib work "counter2plus.vhd"
#-- top module name
set_option -top_module counter2plus
#simulation options
set_option -write_verilog true
set_option -write_vhdl true
#-- set result format/file last
project -result_file "counter2plus.edi"
#-- error message log file
project -log_file counter2plus.log
#-- let's save it
project -save counter2plus.tc_
#-- run Synplify
project -run
#-- **************************************************
#-- exit from Synplify
exit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -