trafic.tcl
来自「CPLD lattice1032 VHDL实现交通灯控制!」· TCL 代码 · 共 38 行
TCL
38 行
#-- Lattice Semiconductor Corporation Ltd.
#-- Synplify OEM project file .\trafic.TCL
#-- Written on Sat Sep 23 09:02:09 2000
#-- begin a new section
project -new
#-- Device options
set_option -technology pLSI
#-- add_file options
add_file -vhdl -lib work "trafic.vhd"
#-- top module name
set_option -top_module trafic
#simulation options
set_option -write_verilog true
set_option -write_vhdl true
#-- set result format/file last
project -result_file "trafic.edn"
#-- error message log file
project -log_file trafic.log
#-- let's save it
project -save trafic.tc_
#-- run Synplify
project -run
#-- **************************************************
#-- exit from Synplify
exit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?