完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,allI有ISE构建的.NGC文件...我想在我的VIVADO 13.4设计中使用这个文件...我做了第一个仅用于合成的VIVADO项目...... NGC组件在这个项目中被黑盒子...
我做了综合,结果存储在.DCP文件中我做了第二个VIVADO综合后项目......我从第一个VIVADO项目添加了DCP文件,我也添加了NGC文件...但每当我运行实现我得到“顶部 找不到文件。请添加一个顶级文件。“ 我使用“指定顶层模块”对话框将顶层文件设置为以前构建的.DCP文件... 所有项目都处于项目模式...... 看起来NGC无法合并......我在这里错过了一些步骤吗?谢谢 以上来自于谷歌翻译 以下为原文 Hi, all I had .NGC file built by ISE... I would like to use this file in my VIVADO 13.4 design... I made the first VIVADO project only for synthesis... NGC component are blackboxed in this project... I did synthesis and result are stored in .DCP file I made second VIVADO post-synthesis project... I added the DCP file from the first VIVADO project and I added NGC file also... But whenever i Run the implementation i get "Top file was not found.Please add a top file." I used "Specify Top Module" dialog to set the top file to the previously built .DCP file... All project are in project mode... Looks like that NGC can't be incorporated... Am I missing some step here? Thank you |
|
相关推荐
12个回答
|
|
嗨,
尝试使用以下TCL命令指定NGC文件的路径。 set_property EDIF_EXTRA_SEARCH_PATHS路径> [current_fileset] 在TCL控制台中设置此属性后运行Implementation。 谢谢, 迪皮卡。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hi, Try the below TCL command to specify the path to NGC files. set_property EDIF_EXTRA_SEARCH_PATHS <the path> [current_fileset] After setting this property in TCL console run Implementation. Thanks, Deepika. Thanks, Deepika. -------------------------------------------------------------------------------------------- Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left)View solution in original post |
|
|
|
嗨,在指定顶层模块后是否遇到任何问题或错误?
如果是,请分享错误消息,谢谢,Vinay -------------------------------------------------- ------------------------------------------您是否尝试在Google中输入问题? ? 如果没有,你应该在发布之前。 此外,MARK这是一个答案,以防它有助于解决您的查询/问题。给予帮助您找到解决方案的帖子。 以上来自于谷歌翻译 以下为原文 Hi, Are you encountering any issues or errors after specifying the top module? If yes, share the error message, Thanks, Vinay -------------------------------------------------------------------------------------------- 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. |
|
|
|
嗨,
您是否将NGC文件添加到您的第一个vivado项目中? 创建的第二个项目是“后合成”项目吗? 谢谢, 迪皮卡。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi, Did you add the NGC files to your first vivado project? Is the second project created is "post synthesis" project? Thanks, Deepika. Thanks, Deepika. -------------------------------------------------------------------------------------------- Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left) |
|
|
|
回复Vinay:
当我按下“运行实现”按钮时,我几乎立即得到对话框消息框,其中包含下一条消息: “找不到顶级文件。请添加一个顶级文件。” 对Deepika的回复: 我没有将NGC文件添加到第一个项目中...... 第二个项目是综合后项目...... 谢谢 以上来自于谷歌翻译 以下为原文 Reply to Vinay: When I pressed "Run Implementation" button i get almost immediately dialog message box with the next message: "Top file was not found.Please add a top file." Reply to Deepika: I didn't add NGC file to the first project... Second project is the post-synthesis project... Thank you |
|
|
|
嗨,
在第一个项目中,你有一个实例化NGC的包装文件吗? 你能在这里附上第一个项目创建的DCP文件吗? 当您单击“运行实现”时,是否指向下面显示的对话框? 如果是,请单击点(..)并选择模块。 谢谢, 迪皮卡。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi, In the first project do you have a wrapper file which instantiates the NGC? Can you attach the DCP file created by first project here? When you click on "run implementation" are you directed to dialog box shown below? If yes, click on dots (..) and select the module. Thanks, Deepika. Thanks, Deepika. -------------------------------------------------------------------------------------------- Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left) |
|
|
|
嗨,你是否在将.dcp文件作为顶级文件后遇到此消息?还可以确保在源窗口中,.dcp文件是顶级文件。谢谢,Vinay
-------------------------------------------------- ------------------------------------------您是否尝试在Google中输入问题? ? 如果没有,你应该在发布之前。 此外,MARK这是一个答案,以防它有助于解决您的查询/问题。给予帮助您找到解决方案的帖子。 以上来自于谷歌翻译 以下为原文 Hi, Are you encountering this message after making .dcp file as top file? Also can you make sure in the sources window, the .dcp file is the top file. Thanks, Vinay-------------------------------------------------------------------------------------------- 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. |
|
|
|
回复Vinay:
我在源窗口中看不到.DCP文件是顶级的... 例如,如果我将NGC文件设置为顶级,我会在NGC文件中看到“(顶部)”扩展名... 但是对于DCP文件,缺少(顶部)扩展名...... 谢谢 以上来自于谷歌翻译 以下为原文 Reply to Vinay: I can't see in the source window that .DCP file is top level... For example, if I set that NGC file is top-level, i see the "(top)" extension on the NGC file... But with DCP file, the (top) extension is missing... Thank you |
|
|
|
回复Deepika
我有实例化NGC-s的包装文件... 我发布了设计的一部分,但错误行为是一样的...... 当我点击“运行实现”时,我没有被定向到“指定顶层模块”对话框... 谢谢 one_gbe_wrapper_core.dcp 583 KB 以上来自于谷歌翻译 以下为原文 Reply to Deepika I had the wrapper file which instantiates NGC-s... I post the part of the design, but the error behavior is the same... When I click on the "run implementation", I am not directed to "Specify Top Module"dialog box... Thank you one_gbe_wrapper_core.dcp 583 KB |
|
|
|
嗨,
你能在Vivado 2013.4中创建一个新的综合后项目并添加DCP吗? 我刚试过你的DCP,我提供了“指定顶层模块”对话框。 见下文。 谢谢, 迪皮卡。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi, Can you create a new post synthesis project in Vivado 2013.4 and add the DCP? I just tried with your DCP and I am provided with the "specify top module" dialog box. See below. Thanks, Deepika. Thanks, Deepika. -------------------------------------------------------------------------------------------- Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left) |
|
|
|
另一种选择如下
右键单击DCP文件并选择“指定顶层模块”,如下所示。 选择顶层模块后,运行实现。 谢谢, 迪皮卡。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Another option is as below Right click on the DCP file and select "specify top module" as shown below. After selecting the top module, run implementation. Thanks, Deepika. Thanks, Deepika. -------------------------------------------------------------------------------------------- Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left) |
|
|
|
你提到的这些选项正在......
但没有NGC文件...... 我将NGC文件添加到综合后项目中作为来源...... 不仅.DCP文件...... 之后我无法正确设置顶级模块...... 如果我不添加NGC文件,我将得到“无法解析非原始黑盒子单元......” 如何将NGC文件添加到项目中? 谢谢 以上来自于谷歌翻译 以下为原文 These options that you are mentioning are working... But without NGC files... I added NGC files to the post-synthesis project as a source... Not only .DCP file... And after that I can't set the top level module properly... If I don't add the NGC files, I will get "Could not resolve non-primitive blackbox cell..." How to add NGC files to the project? Thank you |
|
|
|
嗨,
尝试使用以下TCL命令指定NGC文件的路径。 set_property EDIF_EXTRA_SEARCH_PATHS路径> [current_fileset] 在TCL控制台中设置此属性后运行Implementation。 谢谢, 迪皮卡。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi, Try the below TCL command to specify the path to NGC files. set_property EDIF_EXTRA_SEARCH_PATHS <the path> [current_fileset] After setting this property in TCL console run Implementation. Thanks, Deepika. Thanks, Deepika. -------------------------------------------------------------------------------------------- Google your question before posting. If someone's post answers your question, mark the post as answer with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left) |
|
|
|
只有小组成员才能发言,加入小组>>
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 06:28 , Processed in 1.547834 second(s), Total 98, Slave 82 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号