Release 14.7 - par P.20131013 (nt64)
Copyright (c) 1995-2013 Xilinx, Inc. All rights reserved.
Tue Nov 03 15:06:29 2015
INFO: The IO information is provided in three file formats as part of the Place and Route (PAR) process. These formats are:
1. The <design name>_pad.txt file (this file) designed to provide information on IO usage in a human readable ASCII text format viewable through common text editors.
2. The <design namd>_pad.csv file for use with spreadsheet programs such as MS Excel. This file can also be read by PACE to communicate post PAR IO information.
3. The <design name>.pad file designed for parsing by customers. It uses the "|" as a data field separator.
INPUT FILE: eeprom_test_map.ncd
OUTPUT FILE: eeprom_test_pad.txt
PART TYPE: xc6slx16
SPEED GRADE: -2
PACKAGE: csg324
Pinout by Pin Number:
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|Pin Number|Signal Name|Pin Usage|Pin Name |Direction|IO Standard|IO Bank Number|Drive (mA)|Slew Rate|Termination|IOB Delay|Voltage |Constraint|IO Register|Signal Integrity|
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|A1 | | |GND | | | | | | | | | | | |
|A2 | |IOBS |IO_L2N_0 |UNUSED | |0 | | | | | | | | |
|A3 | |IOBS |IO_L4N_0 |UNUSED | |0 | | | | | | | | |
|A4 | |IOBS |IO_L5N_0 |UNUSED | |0 | | | | | | | | |
|A5 | |IOBS |IO_L6N_0 |UNUSED | |0 | | | | | | | | |
|A6 | |IOBS |IO_L8N_VREF_0 |UNUSED | |0 | | | | | | | | |
|A7 | |IOBS |IO_L10N_0 |UNUSED | |0 | | | | | | | | |
|A8 | |IOBS |IO_L33N_0 |UNUSED | |0 | | | | | | | | |
|A9 | |IOBS |IO_L35N_GCLK16_0 |UNUSED | |0 | | | | | | | | |
|A10 | |IOBS |IO_L37N_GCLK12_0 |UNUSED | |0 | | | | | | | | |
|A11 | |IOBS |IO_L39N_0 |UNUSED | |0 | | | | | | | | |
|A12 | |IOBS |IO_L41N_0 |UNUSED | |0 | | | | | | | | |
|A13 | |IOBS |IO_L50N_0 |UNUSED | |0 | | | | | | | | |
|A14 | |IOBS |IO_L62N_VREF_0 |UNUSED | |0 | | | | | | | | |
|A15 | |IOBS |IO_L64N_SCP4_0 |UNUSED | |0 | | | | | | | | |
|A16 | |IOBS |IO_L66N_SCP0_0 |UNUSED | |0 | | | | | | | | |
|A17 | | |TCK | | | | | | | | | | | |
|A18 | | |GND | | | | | | | | | | | |
|B1 | | |VCCAUX | | | | | | | |2.5 | | | |
|B2 | |IOBM |IO_L2P_0 |UNUSED | |0 | | | | | | | | |
|B3 | |IOBM |IO_L4P_0 |UNUSED | |0 | | | | | | | | |
|B4 | |IOBM |IO_L5P_0 |UNUSED | |0 | | | | | | | | |
|B5 | | |VCCO_0 | | |0 | | | | |any******| | | |
|B6 | |IOBM |IO_L8P_0 |UNUSED | |0 | | | | | | | | |
|B7 | | |GND | | | | | | | | | | | |
|B8 | |IOBM |IO_L33P_0 |UNUSED | |0 | | | | | | | | |
|B9 | |IOBM |IO_L35P_GCLK17_0 |UNUSED | |0 | | | | | | | | |
|B10 | | |VCCO_0 | | |0 | | | | |any******| | | |
|B11 | |IOBM |IO_L39P_0 |UNUSED | |0 | | | | | | | | |
|B12 | |IOBM |IO_L41P_0 |UNUSED | |0 | | | | | | | | |
|B13 | | |GND | | | | | | | | | | | |
|B14 | |IOBM |IO_L62P_0 |UNUSED | |0 | | | | | | | | |
|B15 | | |VCCO_0 | | |0 | | | | |any******| | | |
|B16 | |IOBM |IO_L66P_SCP1_0 |UNUSED | |0 | | |
没有合适的资源?快使用搜索试试~ 我知道了~
XILINX FPGA SPARTAN6 EEPROM读写实验 VERILOG逻辑例程源码 ISE14.7工程文件.rar

共94个文件
xmsgs:8个
txt:5个
ucf:5个

1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
75 浏览量
2022-07-14
11:22:31
上传
评论
收藏 1.73MB RAR 举报
温馨提示
XILINX FPGA SPARTAN6 EEPROM读写实验 VERILOG逻辑例程源码 ISE14.7工程文件,可供学习设计参考。 module eeprom_test ( input CLK_50M, input RSTn, output [3:0]LED, output SCL, //EEPROM IIC clock inout SDA //EEPROM IIC data ); wire [7:0] RdData; //EEPROM 读出数据寄存器 wire Done_Sig; //IIC通信完成信号 reg [3:0] i; reg [3:0] rLED; reg [7:0] rAddr; reg [7:0] rData; reg [1:0] isStart; assign LED = rLED; /***************************/ /* EEPROM write and read */ /******************
资源推荐
资源详情
资源评论






















收起资源包目录
















































































































共 94 条
- 1
资源评论


SKCQTGZX
- 粉丝: 61
- 资源: 5533
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制
