run_options.txt

来自「PCM数据采集」· 文本 代码 · 共 62 行

TXT
62
字号
#-- Synplicity, Inc.
#-- Version Synplify for Lattice 8.8L2
#-- Project file D:\cpld\GETPCM~1\run_options.txt
#-- Written on Fri Jun 20 12:38:50 2008


#add_file options
add_file -vhdl -lib work "D:/ispTOOLS7_0/ispcpld/../cae_library/synthesis/vhdl/machxo.vhd"
add_file -vhdl -lib work "pcm.vhd"
add_file -vhdl -lib work "uartrec.vhd"
add_file -vhdl -lib work "baudr.vhd"
add_file -vhdl -lib work "uartsend.vhd"
add_file -vhdl -lib work "getpcm.vhd"


#implementation: "GETPCM~1"
impl -add GETPCM~1 -type fpga

#device options
set_option -technology MACHXO
set_option -part LCMXO640C
set_option -package T100C
set_option -speed_grade -5
set_option -part_companion ""

#compilation/mapping options
set_option -default_enum_encoding default
set_option -resource_sharing 1
set_option -top_module "GetPcm"

#map options
set_option -frequency 1.000
set_option -fanout_limit 100
set_option -disable_io_insertion 0
set_option -retiming 0
set_option -pipe 0
set_option -force_gsr auto
set_option -fixgatedclocks 3
set_option -fixgeneratedclocks 3


#sequential_optimizations options
set_option -symbolic_fsm_compiler 1

#simulation options
set_option -write_verilog 1
set_option -write_vhdl 1

#automatic place and route (vendor) options
set_option -write_apr_constraint 0

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

#
#implementation attributes

set_option -num_critical_paths 3
set_option -num_startend_points 0
set_option -auto_constrain_io true
impl -active "GETPCM~1"

⌨️ 快捷键说明

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