⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mix_src_vhdl.prj

📁 一本老师推荐的经典的VHDL覆盖基础的入门书籍
💻 PRJ
字号:
#-- Synplicity, Inc.
#-- Version 7.5.1     
#-- Project file D:\prj_D\Synplify_Pro\Mix_src_vhdl.prj
#-- Written on Wed Mar 23 01:57:07 2005


#add_file options
add_file -vhdl -lib work "source/mixed/vhdl/mux21.vhd"
add_file -vhdl -lib work "source/mixed/vhdl/top.vhd"
add_file -verilog "source/mixed/vhdl/rotate.v"
add_file -verilog "source/mixed/vhdl/reg8.v"
add_file -verilog "source/mixed/vhdl/mux.v"


#implementation: "rev_3"
impl -add rev_3

#device options
set_option -technology STRATIX
set_option -part EP1S10
set_option -package FC780
set_option -speed_grade -5

#compilation/mapping options
set_option -default_enum_encoding onehot
set_option -symbolic_fsm_compiler 1
set_option -resource_sharing 1
set_option -use_fsm_explorer 0
set_option -top_module "top"

#map options
set_option -frequency 150.000
set_option -fanout_limit 500
set_option -domap 1
set_option -disable_io_insertion 0
set_option -cliquing 1
set_option -pipe 0
set_option -update_models_cp 0
set_option -retiming 0
set_option -fixgatedclocks 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_3/top.vqm"

#implementation attributes
set_option -vlog_std v2001
set_option -num_critical_paths 10
set_option -num_startend_points 10
set_option -synthesis_onoff_pragma 0
set_option -auto_constrain_io 0
impl -active "rev_3"

⌨️ 快捷键说明

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