📄 control_syn.prj
字号:
#add_file options
add_file -verilog "E:/实验例程/高级实验/PWM/Project/PWM/hdl/PWM_contr.v"
#device options
set_option -technology Fusion
set_option -part AFS600
#compilation/mapping options
set_option -symbolic_fsm_compiler true
#compilation/mapping options
set_option -frequency 100.000
#simulation options
impl -active "synthesis"
project -result_file "E:/实验例程/高级实验/PWM/Project/PWM/synthesis/control.edn"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -