2 Star 8 Fork 2

FiberCOMM / PSTR17R5B

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
scratchproject.prs 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
FiberCOMM 提交于 2020-10-21 15:48 . 1.增益控制改为DS3502芯片
#-- Synopsys, Inc.
#-- Version H-2013.03
#-- Project file F:\PSTR17R5B\scratchproject.prs
#project files
add_file -verilog "D:/Synopsys/fpga_H201303/bin/../lib/xilinx/unisim.v"
add_file -xilinx "F:/PSTR17R5B/ipcore_dir/myfifo.ngc"
add_file -xilinx "F:/PSTR17R5B/ipcore_dir/myila.ngc"
add_file -xilinx "F:/PSTR17R5B/ipcore_dir/myicon.ngc"
add_file -verilog "F:/PSTR17R5B/parallel_wr.v"
add_file -verilog "F:/PSTR17R5B/spi_slave_r.v"
add_file -verilog "F:/PSTR17R5B/ipcore_dir/myila.v"
add_file -verilog "F:/PSTR17R5B/ipcore_dir/myicon.v"
add_file -verilog "F:/PSTR17R5B/ipcore_dir/myfifo.v"
add_file -verilog "F:/PSTR17R5B/ad9914_reg_wr.v"
add_file -verilog "F:/PSTR17R5B/work_flow.v"
add_file -verilog "F:/PSTR17R5B/pwr_rst.v"
add_file -verilog "F:/PSTR17R5B/ds3502.v"
add_file -verilog "F:/PSTR17R5B/depack.v"
add_file -verilog "F:/PSTR17R5B/ad9914_ctrl.v"
add_file -verilog "F:/PSTR17R5B/top.v"
add_file -constraint "F:/PSTR17R5B/top.sdc"
#implementation: "PSTR17R5B"
impl -add F:\PSTR17R5B -type fpga
#
#implementation attributes
set_option -vlog_std v2001
set_option -num_critical_paths 0
set_option -num_startend_points 0
#device options
set_option -technology SPARTAN6
set_option -part XC6SLX25
set_option -package csg324
set_option -speed_grade -2
set_option -part_companion ""
#compilation/mapping options
set_option -use_fsm_explorer 0
set_option -top_module "top"
# mapper_options
set_option -frequency 1
set_option -write_verilog 0
set_option -write_vhdl 0
set_option -srs_instrumentation 1
# xilinx_options
set_option -RWCheckOnRam 1
# Xilinx Spartan3
set_option -run_prop_extract 1
set_option -maxfan 100
set_option -disable_io_insertion 0
set_option -pipe 1
set_option -retiming 0
set_option -update_models_cp 0
set_option -fix_gated_and_generated_clocks 1
set_option -no_sequential_opt 0
# Xilinx Spartan6
set_option -enable_prepacking 1
# sequential_optimization_options
set_option -symbolic_fsm_compiler 1
# Compiler Options
set_option -compiler_compatible 1
set_option -resource_sharing 1
#automatic place and route (vendor) options
set_option -write_apr_constraint 1
#set result format/file last
project -result_file "F:/PSTR17R5B/top.edn"
impl -active "PSTR17R5B"
Verilog
1
https://gitee.com/fibercomm/PSTR17R5B.git
git@gitee.com:fibercomm/PSTR17R5B.git
fibercomm
PSTR17R5B
PSTR17R5B
master

搜索帮助