完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我最近试图通过以太网将数据从VC707板传输到PC。 我找到了本教程XTP148(http://www.xilinx.com/support/do ... pdf-xtp148-14.3.pdf)。 我按照它说的做了所有事情并且运作良好。 但我需要的不只是做一切教程。 我需要在教程中了解有关设计的更多细节。 具体来说,我需要这个设计的ISE项目,以便我可以看到这个设计是如何制作的。 我检查了设计文件,并没有这样的ISE项目。 但我可以使用其中的“bat”文件生成一个位文件。 有谁知道如何使用这个“bat”文件生成一个ISE项目? 或者有人知道如何在没有ISE项目的情况下查看设计细节吗? 非常感谢你 迅 以上来自于谷歌翻译 以下为原文 Hello, I am recently trying to transfer data from my VC707 board to a PC through Ethernet. I found this tutorial XTP148 (http://www.xilinx.com/support/do ... pdf-xtp148-14.3.pdf ). I did everything as it said and it worked well. But what I need is not just doing everything as the tutorial. I need to know more details about the design in the tutorial. Specifically, I need an ISE project of this design so that I can see how exactly this design is made. I checked the design file and there was not such an ISE project. But I could generate a bit file using the “bat” file in it. Does anyone know how to generate an ISE project using this “bat” file? Or does anyone know how to see details of the design without an ISE project? Thank you very much Xun |
|
相关推荐
4个回答
|
|
嗨,
有一个implement.bat,您可以运行它来直接生成位文件。 但是,位文件已存在于ready_to_download目录中,您可以直接使用该目录。 但是,如果您想知道项目的组装方式,可以检查实现目录中的planAhead_rdn.tcl文件。 您需要添加示例设计目录中的所有verilog文件和ucf文件以及实现目录中的.ngc文件,并尝试生成设计。 这应该可以帮助您生成比特流。 如果您仍然遇到问题并在此处发布错误,请告知我,以防您在实施时遇到错误。 谢谢,AnirudhPS:请将此标记作为答案,以防它有助于解决您的问题。如果帖子引导您找到解决方案,请给予赞誉。 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hi, There is an implement.bat which you can run to directly generate the bit file. However the bit file is already present in the ready_to_download directory which you can directly use. However if you want to know how the project has been assembled you can check the planAhead_rdn.tcl file in the implement directory. You need to add all the verilog files and ucf files from the example design directory and also the .ngc file from the implement directory and try generating the design. This should help you generate the bitstream. Let me know if you still face problem and post the error here in case you are getting an error while implementing. Thanks, Anirudh PS: Please MARK this as an answer in case it helped resolve your query.Give kudos in case the post guided you to a solution.View solution in original post |
|
|
|
嗨,
解压缩文件后,您将观察下面快照中指定的文件。 现在打开ISE并选择突出显示的文件(ISE项目(.xise))以在ISE中打开项目。 谢谢 -------------------------------------------------- ------------------------------------------您是否尝试在Google中输入问题? ? 如果没有,你应该在发布之前。 此外,MARK这是一个答案,以防它有助于解决您的查询/问题。给予帮助您找到解决方案的帖子。 以上来自于谷歌翻译 以下为原文 Hi Xun, After unzipping the files, you will observe the files specified in the below snapshot. Now Open ISE and select the highlighted file (ISE project (.xise)) to open the project in ISE. Thanks -------------------------------------------------------------------------------------------- Have you tried typing your question in Google? If not you should before posting. Also, MARK this is as an answer in case it helped resolve your query/issue.Give kudos to the post that helped you to find the solution. |
|
|
|
你好Vuppala,
非常感谢您的回复。 您找到的ISE项目文件位于“vc707_ethernet coregen_outputs ”目录中,不是吗? 我想要实现的设计是目录“vc707_ethernet tri_mode_eth_mac_v5_2_with_sgmii example_design ”中的示例设计。 我尝试创建一个新的ISE项目,将所有源文件添加到它,但我无法合成它。 您知道如何将此示例设计作为ISE项目打开吗? 迅 以上来自于谷歌翻译 以下为原文 Hello Vuppala, Thank you very much for your reply. The ISE project file you found is in the “vc707_ethernetcoregen_outputs” directory, isn’t it? The design I would like to implement is the example design in the directory “vc707_ethernettri_mode_eth_mac_v5_2_with_sgmiiexample_design”. I tried creating a new ISE project, adding all the source files to it, but I just could not synthesize it. Do you know how to open this example design as an ISE project? Xun |
|
|
|
嗨,
有一个implement.bat,您可以运行它来直接生成位文件。 但是,位文件已存在于ready_to_download目录中,您可以直接使用该目录。 但是,如果您想知道项目的组装方式,可以检查实现目录中的planAhead_rdn.tcl文件。 您需要添加示例设计目录中的所有verilog文件和ucf文件以及实现目录中的.ngc文件,并尝试生成设计。 这应该可以帮助您生成比特流。 如果您仍然遇到问题并在此处发布错误,请告知我,以防您在实施时遇到错误。 谢谢,AnirudhPS:请将此标记作为答案,以防它有助于解决您的问题。如果帖子引导您找到解决方案,请给予赞誉。 以上来自于谷歌翻译 以下为原文 Hi, There is an implement.bat which you can run to directly generate the bit file. However the bit file is already present in the ready_to_download directory which you can directly use. However if you want to know how the project has been assembled you can check the planAhead_rdn.tcl file in the implement directory. You need to add all the verilog files and ucf files from the example design directory and also the .ngc file from the implement directory and try generating the design. This should help you generate the bitstream. Let me know if you still face problem and post the error here in case you are getting an error while implementing. Thanks, Anirudh PS: Please MARK this as an answer in case it helped resolve your query.Give kudos in case the post guided you to a solution. |
|
|
|
只有小组成员才能发言,加入小组>>
2379 浏览 7 评论
2794 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2261 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2427 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
755浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
543浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
364浏览 1评论
1960浏览 0评论
681浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 01:05 , Processed in 1.261893 second(s), Total 86, Slave 67 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号