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

📄 i2c_syplify.prj

📁 Xilinx ISE 官方源代码盘第十章
💻 PRJ
字号:
#-- Synplicity, Inc.
#-- Version 7.1        
#-- Project file D:\My_Design\I2C\synplify\I2C_syplify.prj
#-- Written on Mon Jul 26 11:31:30 2004


#add_file options
add_file -vhdl -lib work "D:/My_Design/I2C/source/upcnt4.vhd"
add_file -vhdl -lib work "D:/My_Design/I2C/source/i2c.vhd"
add_file -vhdl -lib work "D:/My_Design/I2C/source/i2c_control.vhd"
add_file -vhdl -lib work "D:/My_Design/I2C/source/shift.vhd"
add_file -vhdl -lib work "D:/My_Design/I2C/source/uc_interface.vhd"

#reporting options


#implementation: "I2C_synplify"
impl -add I2C_synplify

#device options
set_option -technology SPARTAN2
set_option -part XC2S200
set_option -package PQ208
set_option -speed_grade -6

#compilation/mapping options
set_option -default_enum_encoding default
set_option -symbolic_fsm_compiler 0
set_option -resource_sharing 1
set_option -use_fsm_explorer 0
set_option -top_module "I2C"

#map options
set_option -frequency 0.000
set_option -fanout_limit 100
set_option -disable_io_insertion 0
set_option -pipe 0
set_option -retiming 0
set_option -modular 0

#simulation options
set_option -write_verilog 0
set_option -write_vhdl 1

#automatic place and route (vendor) options
set_option -write_apr_constraint 1

#set result format/file last
project -result_file "I2C_synplify/i2c_synplify.edf"

#implementation attributes
set_option -vlog_std v2001
set_option -compiler_compatible 0
impl -active "I2C_synplify"

⌨️ 快捷键说明

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