📄 proj_1.prj
字号:
#-- Synplicity, Inc.
#-- Version 7.0.2A
#-- Project file H:\can\cpld\proj_1.prj
#-- Written on Wed Aug 28 16:49:43 2013
#add_file options
add_file -vhdl -lib work "rev_1/control.vhd"
#reporting options
#implementation: "rev_1"
impl -add rev_1
#device options
set_option -technology MAX7000
set_option -part EPM7256S
#compilation/mapping options
set_option -default_enum_encoding sequential
set_option -symbolic_fsm_compiler 1
set_option -resource_sharing 1
#map options
set_option -frequency 0.000
set_option -fanin_limit 40
set_option -domap 0
set_option -soft_buffers 1
set_option -area_delay_percent 0
#simulation options
set_option -write_verilog 0
set_option -write_vhdl 0
#automatic place and route (vendor) options
set_option -write_apr_constraint 1
#set result format/file last
project -result_file "rev_1/control.edf"
impl -active "rev_1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -