proj.prj

来自「nios系统下LVDS的ip源码」· PRJ 代码 · 共 56 行

PRJ
56
字号
#-- Synplicity, Inc.
#-- Version Synplify Pro 8.1
#-- Project file D:\altera\lvds\proj.prj
#-- Written on Tue Nov 07 00:52:40 2006


#add_file options
add_file -verilog "D:/altera/lvds/tx.v"
add_file -verilog "D:/altera/lvds/pll.v"
add_file -verilog "D:/altera/lvds/rx.v"
add_file -verilog "D:/altera/lvds/lvds.v"


#implementation: "rev_1"
impl -add rev_1

#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
set_option -top_module "lvds"

#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_1/lvds.edn"

#
#implementation attributes

set_option -vlog_std v2001
set_option -dup 0
set_option -project_relative_includes 1
impl -active "rev_1"

⌨️ 快捷键说明

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