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

📄 top_syn.prj

📁 Core_PWM,verilog语言编写
💻 PRJ
字号:
#add_file options
add_file -verilog "E:/实验例程/高级实验/PWM/Project/PWM/hdl/PWM.v"
add_file -verilog "E:/实验例程/高级实验/PWM/Project/PWM/hdl/PWM_contr.v"
add_file -verilog "E:/实验例程/高级实验/PWM/Project/PWM/smartgen/PLL_1/PLL_1.v"
add_file -verilog "E:/实验例程/高级实验/PWM/Project/PWM/hdl/TOP.v"

#device options
set_option -technology Fusion
set_option -part AFS600
set_option -vlog_std v2001



add_file -constraint "E:/实验例程/高级实验/PWM/Project/PWM/constraint/top_sdc.sdc"

#implementation: "synthesis"
impl -add synthesis -type fpga

set_option -speed_grade -1
#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 100.000
set_option -run_prop_extract 1
set_option -fanout_limit 12
set_option -globalthreshold 50
set_option -maxfan_hard 0
set_option -retiming 0
set_option -report_path 4000
set_option -update_models_cp 0
set_option -preserve_registers 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"

#
#implementation attributes

impl -active "synthesis"
project -result_file "E:/实验例程/高级实验/PWM/Project/PWM/synthesis/top.edn"

⌨️ 快捷键说明

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