Release 14.7 - par P.20131013 (nt64)
Copyright (c) 1995-2013 Xilinx, Inc. All rights reserved.
Wed Sep 09 12:57:14 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: sd_test_map.ncd
OUTPUT FILE: sd_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 SPARTAN6 FPGA设计SD卡读写测试实验Verilog例程源码 ISE14.7工程文件.rar
共68个文件
xmsgs:7个
v:6个
html:4个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 4 下载量 144 浏览量
2022-07-14
16:08:52
上传
评论 1
收藏 2.07MB RAR 举报
温馨提示
XILINX SPARTAN6 FPGA设计SD卡读写测试实验Verilog例程源码 ISE14.7工程文件 module sd_test( input clk, //50Mhz input clock input rst_n, output SD_clk, output SD_cs, output SD_datain, input SD_dataout ); wire CLKFB; wire CLK0; wire CLKDV; wire CLKFX; wire CLK2X; wire clock100M; wire SD_datain_i; wire SD_datain_w; wire SD_datain_r; reg SD_datain_o; wire SD_cs_i; wire SD_cs_w; wire SD_cs_r; reg SD_cs_o; reg [31:0]read_sec; reg read_req; reg [31:0]writ
资源推荐
资源详情
资源评论
收起资源包目录
XILINX SPARTAN6 FPGA设计SD卡读写测试实验Verilog例程源码 ISE14.7工程文件.rar (68个子文件)
sd_test
sd_test
sd_test.ptwx 18KB
sd_test.cpj 141KB
sd_test.twr 149KB
xst
projnav.tmp
dump.xst
sd_test.prj
work
work.sdbl 62KB
work.sdbx 161B
sd_test_map.ngm 3.17MB
sd_test.xpi 46B
chipscope_icon.ngc 31KB
iseconfig
sd_test.projectmgr 6KB
sd_test.xreport 20KB
sd_test.ngc 239KB
sd_test_usage.xml 73KB
sd_test_summary.xml 409B
_xmsgs
bitgen.xmsgs 1KB
xst.xmsgs 24KB
trce.xmsgs 1KB
pn_parser.xmsgs 2KB
ngdbuild.xmsgs 2KB
map.xmsgs 5KB
par.xmsgs 367B
sd_test_summary.html 19KB
chipscope_ila.v 946B
sd_test.lso 6B
usage_statistics_webtalk.html 148KB
sd_test_pad.csv 14KB
sd_test.pad 14KB
sd_test_ngdbuild.xrpt 17KB
sd_test.ngd 1.7MB
sd_test_guide.ncd 616KB
sd_test_xst.xrpt 17KB
sd_test.prj 189B
sd_test.par 11KB
sd_test_map.xrpt 23KB
sd_test_envsettings.html 16KB
sd_test.xise 37KB
sd_test.stx 0B
rtl
sd_test.v 7KB
sd_read.v 4KB
sd_write.v 4KB
sd_test.ucf 622B
sd_initial.v 6KB
chipscope_ila.ngc 898KB
_ngo
netlist.lst 239B
sd_test.ut 553B
sd_test.gise 12KB
sd_test.drc 772B
sd_test_bitgen.xwbt 293B
sd_test_map.mrp 19KB
sd_test.syr 120KB
par_usage_statistics.html 4KB
sd_test.ncd 616KB
sd_test_map.map 9KB
sd_test_map.ncd 328KB
sd_test.xst 1KB
webtalk_pn.xml 3KB
sd_test.bgn 7KB
sd_test.cmd_log 25KB
sd_test.bit 454KB
sd_test_par.xrpt 153KB
sd_test.bld 2KB
webtalk.log 742B
sd_test.pcf 205KB
sd_test.ngr 354KB
xlnx_auto_0_xdb
cst.xbcd 28KB
chipscope_icon.v 892B
sd_test_pad.txt 64KB
sd_test.twx 183KB
sd_test.unroutes 161B
共 68 条
- 1
资源评论
- zzkq11123323132022-12-19资源值得借鉴的内容很多,那就浅学一下吧,值得下载!
- wxlwxf20071010922023-05-12果断支持这个资源,资源解决了当前遇到的问题,给了新的灵感,感谢分享~
- weixin_418820862023-05-19资源使用价值高,内容详实,给了我很多新想法,感谢大佬分享~
- jazhhu2023-03-20感谢大佬分享的资源,对我启发很大,给了我新的灵感。
SKCQTGZX
- 粉丝: 127
- 资源: 4768
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功