📄 vga.prj
字号:
#-- Synplicity, Inc.
#-- Version 7.3.3
#-- Project file D:\yjsj\vga\vga.prj
#-- Written on Thu Dec 29 11:08:07 2005
#add_file options
add_file -vhdl -lib work "vga.vhd"
#implementation: "rev_1"
impl -add rev_1
#device options
set_option -technology TRISCENDA7
set_option -part TA7S20
set_option -package PQFP
set_option -speed_grade -60
#compilation/mapping options
set_option -default_enum_encoding default
set_option -symbolic_fsm_compiler 1
set_option -resource_sharing 1
set_option -top_module "VGA"
#map options
set_option -frequency 1.000
set_option -disable_io_insertion 1
#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_file "rev_1/vga.edf"
#implementation attributes
set_option -vlog_std v2001
set_option -auto_constrain_io 0
impl -active "rev_1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -