📄 prep2_2.prj
字号:
#-- Synplicity, Inc.
#device options
set_option -technology VIRTEX
set_option -part XCV50
set_option -package FG256
set_option -speed_grade -4
#add_file options
add_file -vhdl -lib work "../common_rtl/prep/prep2_2.vhd"
add_file -constraint "prep2_2.sdc"
#compilation/mapping options
set_option -default_enum_encoding onehot
set_option -symbolic_fsm_compiler true
#map options
set_option -frequency 25.000
set_option -fanout_limit 100
set_option -disable_io_insertion false
#set result format/file last
project -result_file "prep2_2.edf"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -