完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
您好,我正在为Vivado 2015.3课程做一个项目。
该项目是边界扫描测试。 我编写了所有VHDL代码并尝试实现。 但是,实施还没有发生。 我一直得到错误:[Synth 8-4169]使用条款中的错误:库'work'中找不到包'tap'[Synth 8-1031]未声明tap_state [Common 17-69]命令失败:合成失败 - 请查看控制台或运行日志文件以获取详细信息因此,我正在搜索相关问题的论坛,我遇到了另一个遇到相同问题的帖子。 在该帖子中,创建库将有助于绕过此问题。 我一直在尝试创建一个库并在其中添加包,但我没有成功。 那么,请指导我创建一个库以及如何在其中包含软件包.P.S:使用Xilinx ISE编译和创建相同的VHDL代码,但对于vivado,我遇到了酸味。谢谢! 以上来自于谷歌翻译 以下为原文 Hello, I am doing a project for my course in Vivado 2015.3. The project is Boundary scan test. I have written all the VHDL code and tried to implement. But, the implementation has not been happening. I have been getting errors as: [Synth 8-4169] error in use clause: package 'tap' not found in library 'work' [Synth 8-1031] tap_state is not declared [Common 17-69] Command failed: Synthesis failed - please see the console or run log file for details So, I was searching for forums for relatable issue, I came across with another post who experienced the same issue. In that post, creating a library would help to bypass this issue. I have been trying to creating a library and adding packages into it, but I am not succeeding. So, please guide me in creating a library and how to include packages in that. P.S : The same VHDL code compiled and impelmented using Xilinx ISE, but for vivado, I am experiencing sour taste. Thank you! |
|
相关推荐
19个回答
|
|
嗨@ arpradeep57,
您是否尝试过我之前回复中附带的修改后的代码? 它在你的工作结束了吗? 谢谢和问候,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 Hi @arpradeep57, Have you tried with the modified code attached with my previous reply? Is it working at your end? Thanks and Regards, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ----------------------------------------------------------------------------------------------View solution in original post |
|
|
|
嗨@ arpradeep57,
发生此错误是因为包tap未编译到库工作中。 右键单击源窗口 - >设置库 - >将其更改为工作。 附加快照供您参考。 谢谢,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hi @arpradeep57, This error is occurred because package tap is not compiled into library work. Right click tap on source window->set library->change it to work. Attaching snapshots for your reference. Thanks, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
你好@ arpradeep57
假设您通过外部文件添加包,您也可以尝试使用`include。 这将允许您提供包含包的文件的绝对路径。 问候, 图莎尔。 -------------------------------------------------- -------------------------------------------------- ------------------------请将帖子标记为答案(“接受为解决方案”),以防它有助于解决您的问题。请给予奖励以防万一 一篇文章引导您进入解决方案。从长远来看,这将有助于其他人 以上来自于谷歌翻译 以下为原文 Hi @arpradeep57 Assuming you are adding the package through an external file, you may also try using `include. This will let you provide the absolute path to the file in which package is included. Regards, Tushar. ---------------------------------------------------------------------------------------------------------------------------- Please mark the post as an answer ("Accept as solution") in case it helped resolve your query. Give kudos in case a post guided you to the solution. This will help others in the long run |
|
|
|
我尝试使用set library选项,仍然会弹出相同的错误..
以上来自于谷歌翻译 以下为原文 I tried with set library option, still the same error(s) has/have been popping out.. |
|
|
|
嗨@ arpradeep57,
请附上已归档的项目文件。 谢谢,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hi @arpradeep57, Please attach the archived project file. Thanks, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
您好,请查看附件。谢谢
project_0.rar 40 KB 以上来自于谷歌翻译 以下为原文 Hello, Please look into the attached file. Thank you project_0.rar 40 KB |
|
|
|
嗨@ arpradeep57,
请尝试使用此回复附带的修改后的项目文件告诉我们。 谢谢和问候,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ project_0.zip 68 KB 以上来自于谷歌翻译 以下为原文 Hi @arpradeep57, Please try with the modified project file attached with this reply and let us know. Thanks and Regards, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- project_0.zip 68 KB |
|
|
|
嗨@ arpradeep57,
您是否尝试过我之前回复中附带的修改后的代码? 它在你的工作结束了吗? 谢谢和问候,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hi @arpradeep57, Have you tried with the modified code attached with my previous reply? Is it working at your end? Thanks and Regards, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
一切都很好。
但是,它已经显示出问题“实施完成,失败的时间”我认为问题出现是因为负面松弛。 如何克服这个问题? 请帮帮我。谢谢。 以上来自于谷歌翻译 以下为原文 Everything is working fine. But, it has been showing issue "Implementation complete, failed timing" I figured the issue arised because of Negative slack. How to overcome this issue? Please help me out. Thank you. |
|
|
|
嗨@ arpradeep57,
由于您解决了与库相关的问题,请通过将“接受为解决方案”标记为导致您解决方案的答案来关闭此主题。 请在时序分析板中打开时间问题的新线程,以针对正确的受众。 我们随时为您提供帮助。 谢谢和问候,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hi @arpradeep57, As your issue related to library is resolved please close this thread by marking "Accept as Solution" to the answer that led you to solution. Please open a new thread for timing issue in Timing Analysis board to target right audience. We are there to help you. Thanks and Regards, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
嗨,阿尔潘
当我在ISE的vivado 2015.2中创建ip核心时,我遇到了同样的错误。 我看到了你的通信,但我仍然没有得到解决方案。 那你可以给我一些帮助吗? 非常感谢! 最好的祝愿, 卢 myip_cpci_slite_v2_0_project.rar 3 KB 以上来自于谷歌翻译 以下为原文 Hi, Arpan I got the same errors when I create an ip core in vivado 2015.2 from ISE. I saw your comunication but I still not get the solution. so can you give me some help? Thanks a lot! Best wishes, Lew myip_cpci_slite_v2_0_project.rar 3 KB |
|
|
|
嗨,Arpan我在ISE的vivado 2015.2中创建ip核心时遇到了同样的错误。
我看到了你的通信,但我仍然没有得到解决方案。 那你可以给我一些帮助吗? 非常感谢! 祝福,Lew 以上来自于谷歌翻译 以下为原文 Hi, Arpan I got the same errors when I create an ip core in vivado 2015.2 from ISE. I saw your comunication but I still not get the solution. so can you give me some help? Thanks a lot! Best wishes, Lew |
|
|
|
嗨@ lhbhp,
你能再次验证附件吗? 当我打开设计时,没有添加任何源文件。 谢谢,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hi @lhbhp, Can you please verify the attachment again. When I opened the design none of the source files are added. Thanks, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
嗨,
我很抱歉。 这是更新的。 myip_cpci_slite_v2_0_project.rar 19 KB 以上来自于谷歌翻译 以下为原文 Hi, I'm so sorry. Here is the updated one. myip_cpci_slite_v2_0_project.rar 19 KB |
|
|
|
嗨,Arpan我在ISE中使用这个ip,没关系。
所以我认为设计没有问题,我想原因是VIVADO。 所以我应该改变VIVADO设置? 但我不知道怎么...... 以上来自于谷歌翻译 以下为原文 Hi,Arpan I use this ip in ISE, it's OK. So I think the design has no problems, I guess the reason is on VIVADO. So I should change the VIVADO settings? But I don't know how…… |
|
|
|
嗨,@ arpansur
我回答你,但忘了@你,对不起。 谢谢, 卢 以上来自于谷歌翻译 以下为原文 Hi, @arpansur I reply you, but forget to @ you, sorry. Thanks, Lew |
|
|
|
嗨@ lhbhp,
您能否分享一下ISE的归档项目文件,该文件在您的最终正常运行? 谢谢,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hi @lhbhp, Can you please share the archived project file of ISE which is working properly at your end? Thanks, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
嗨@ arpansur,
这是ISE项目,非常感谢。 谢谢, 卢 isetest.rar 731 KB 以上来自于谷歌翻译 以下为原文 Hi @arpansur, Here is the ISE project, thanks a lot. Thanks, Lew isetest.rar 731 KB |
|
|
|
嗨@ lhbhp,
你能再次检查你的项目档案吗? 当我打开项目时,我看到许多文件丢失了。 (见快照) 请分享所有这些文件。 还有一件事请尝试在你的最后添加cfg.vhd到Vivado项目。(我不确定它,但我怀疑它包含包信息)。 谢谢,Arpan 谢谢,Arpan ----------------------------------------------- - - - - - - - - - - - - - - - - - - - - - - - -请注意- 如果提供的信息有用,请将答案标记为“接受为解决方案”。给予您认为有用且回复的帖子。感谢Kudos .-------------------- -------------------------------------------------- ------------------------ 以上来自于谷歌翻译 以下为原文 Hi @lhbhp, Can you please check your project archive again. When I opened the project I am seeing many files are missing. (See snapshot) Please share all these files. One more thing please try at your end is add cfg.vhd to the Vivado project.(I am not sure about it but I suspect this contains package information). Thanks, Arpan Thanks, Arpan ---------------------------------------------------------------------------------------------- Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful. Give Kudos to a post which you think is helpful and reply oriented. ---------------------------------------------------------------------------------------------- |
|
|
|
只有小组成员才能发言,加入小组>>
2429 浏览 7 评论
2831 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2298 浏览 9 评论
3378 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2468 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1311浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
595浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
456浏览 1评论
2011浏览 0评论
737浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-27 18:31 , Processed in 1.842780 second(s), Total 112, Slave 96 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号