There is some issue with the implement script. So I took the manual steps.

1. Created the pcie core using core generator.

2. Implement the core by running the implement.bat in implement folder.

2. Create a new ISE project.

3. Add the DMA refereance design files required. (Either 32 or 64 files)

4. Add the created <pcie_core>.ngc file to the project.

5. Implement the whole design using ISE.

6. It created the bit file and finished successfully.

转载自:http://blog.csdn.net/jasonwoodlee/article/details/6708441

最新文章

  1. 传统IT企业与互联网企业的一点思考
  2. Quartz2D复习(三) --- 涂鸦
  3. 20145213《Java程序设计》第四周学习总结
  4. css代码段
  5. 2、IValueConverter应用
  6. Windows ICS 服务无法启动问题解决
  7. CentOS 7中将Tomcat设置为系统服务
  8. iOS开发之触摸事件及手势
  9. windows下PHP中Fatal error Call to undefined function curl_init()的解决方法
  10. Java thrift服务器和客户端创建实例
  11. 大众美团服务链监控CAT
  12. jQuery.parseJSON()函数详解
  13. web.html
  14. 【java】匿名对象
  15. springcloud使用Hystrix实现微服务的容错处理
  16. Android ROM 打包记录
  17. 开源推荐系统Librec中recommender模块算法了解——cf模块
  18. last命令详解
  19. windows下编辑的shell复制到linux无法执行
  20. hashlib 算法介绍

热门文章

  1. python笔记22-literal_eval函数处理返回json中的单双引号
  2. Qt Creator怎样更改默认构建目录
  3. HTML5 input file控件使用accept过滤限制的文件类型以及在谷歌下打开很慢的问题
  4. 高性能server框架--I/O模型
  5. Why does Typescript use the keyword “export” to make classes and interfaces public?
  6. python 3 爬取百度图片
  7. (转)D3d9c的固定渲染管道(fixed function pipeline)与可编程管道(programmable function pipeline)的异同点
  8. 【canvas】三角光阑
  9. 《Go并发编程实战》第2版 紧跟Go的1.8版本号
  10. Python编程-基础知识-python项目包和文件的管理以及如何引用相对路径的包和模块