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

📄 proj_1.prj

📁 该程序实现的N位全减器
💻 PRJ
字号:
#-- Synplicity, Inc.
#-- Version Synplify Pro 8.1
#-- Project file D:\VHDL_EXERCISE\project1\proj_1.prj
#-- Written on Mon Oct 31 12:48:28 2005


#add_file options
add_file -vhdl -lib work "sub_full.vhd"
add_file -vhdl -lib work "sub_full_n.vhd"


#implementation: "rev_3"
impl -add rev_3

#device options
set_option -technology 500K
set_option -part A500K050

#compilation/mapping options
set_option -default_enum_encoding default
set_option -symbolic_fsm_compiler 1
set_option -resource_sharing 1

#map options
set_option -frequency 1.000
set_option -run_prop_extract 0
set_option -fanout_limit 12
set_option -maxfan_hard 0
set_option -disable_io_insertion 0
set_option -retiming 0
set_option -report_path 4000
set_option -opcond Default
set_option -update_models_cp 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_format "edif"
project -result_file "rev_3/sub_full_n.edn"

#
#implementation attributes

set_option -vlog_std v2001
set_option -project_relative_includes 1
impl -active "rev_3"

⌨️ 快捷键说明

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