完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,
由于write_bitstream日志中出现以下错误,我无法为Viviado 2016.2的VCU110评估板生成比特流: .... 加载数据文件...加载站点数据...加载路径数据...处理选项...创建位图...错误:[Designutils 20-1756]磁贴中的VEAM异常LAGUNA_TILE_X51Y618:冲突值'SRLOW'!=' 在veamRef'Ilag_laguna_core_X0Y0_R0 / Itop / genblk1 [0] .Ilagsite / Ireg6'的attr'TXFF_SR'的SRHIGH' 之后,write_bitstream进程永远不会停止。 看来这种行为是随机的。 在设计中更改其他一些内容时,write_bitstream步骤成功完成。 此错误消息的原因是什么? 谢谢。 以上来自于谷歌翻译 以下为原文 Hi, i can't generate a bitstream for the VCU110 evaluation board with Viviado 2016.2 because of the following error during the write_bitstream log: .... Loading data files... Loading site data... Loading route data... Processing options... Creating bitmap... ERROR: [Designutils 20-1756] VEAM exception in tile LAGUNA_TILE_X51Y618: Conflicting values 'SRLOW' != 'SRHIGH' for attr 'TXFF_SR' in veamRef 'Ilag_laguna_core_X0Y0_R0/Itop/genblk1[0].Ilagsite/Ireg6' After that the write_bitstream process never stops. It seems that this behaviour is random. When change some other things in the design the write_bitstream step completes successfully. What is the cause of this error message? Thank's. |
|
相关推荐
4个回答
|
|
喜@ VOCO - 曼海姆
这看起来像一个错误,你可以共享路由检查点供我们调试吗? 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi @voco-mannheim This looks like a bug, can you share the post route checkpoint for us to debug? 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) |
|
|
|
嗨Deepika,
感谢您的回复。 随附的是路线后检查站。 是否有临时解决方法来避免此问题? 谢谢。 hmc_test_top_routed.dcp 5490 KB 以上来自于谷歌翻译 以下为原文 Hi Deepika, thank's for your reply. Attached is the post route checkpoint. Is there a temporary workaround to avoid this issue? Thanks. hmc_test_top_routed.dcp 5490 KB |
|
|
|
喜@ VOCO - 曼海姆
由于共享连接,LAGUNA磁贴中的TX触发器BEL应具有相同的SRVAL和FFINIT属性。 在您的设计中,具有不同SRVAL和FFINIT属性的触发器被放置在相同的区块中,因此出现错误。 以下是LAGUNA_TILE_X51Y618 tile中具有SRHIGH和INIT1的触发器,此块中的其他触发器具有SRLOW和INIT0。 如果将这些触发器移动到切片或不同的LAGUNA站点,则不会出现此问题。 lan_modul_inst1 / LAN_IP_INST1 / LAN_SGMII_GMII_INST1 / sgmii_gmii_bridge_i / U0 / pcs_pma_block_i / lvds_transceiver_mw / serdes_1_to_10_ser8_i / bt_val_rawa_reg [6] lan_modul_inst1 / LAN_IP_INST1 / LAN_SGMII_GMII_INST1 / sgmii_gmii_bridge_i / U0 / pcs_pma_block_i / lvds_transceiver_mw / serdes_1_to_10_ser8_i / bt_val_rawa_reg [4] 您可以在已实现的设计中取消放置和放置/路由这些触发器。 您可以在传递设计中检查这些触发器的位置,并在失败的设计中使用相同的触发器。 FYI ..我们工厂知道这个问题,并计划为此发出DRC错误。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi @voco-mannheim The TX flop BELs in a LAGUNA tile should have same SRVAL and FFINIT properties due to shared connectivity. In your design flops with different SRVAL and FFINIT properties are placed in same tile hence the error. Below are the flops in LAGUNA_TILE_X51Y618 tile which have SRHIGH and INIT1, other flops in this tile have SRLOW and INIT0. If these flops are moved to slice or to a different LAGUNA site then this issue will not be seen. lan_modul_inst1/LAN_IP_INST1/LAN_SGMII_GMII_INST1/sgmii_gmii_bridge_i/U0/pcs_pma_block_i/lvds_transceiver_mw/serdes_1_to_10_ser8_i/bt_val_rawa_reg[6] lan_modul_inst1/LAN_IP_INST1/LAN_SGMII_GMII_INST1/sgmii_gmii_bridge_i/U0/pcs_pma_block_i/lvds_transceiver_mw/serdes_1_to_10_ser8_i/bt_val_rawa_reg[4] You can unplace and place/route these flops in implemented design. You can checkout the placement of these flops in passing design and use the same in failing design. FYI..our factory is aware of this issue and is planning to issue an DRC error for this. 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) |
|
|
|
喜@ VOCO - 曼海姆
那帮了吗? 仅供参考。我已提交CR 961465以改进write_bitstream中的消息传递。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi @voco-mannheim Did that help? FYI..I had filed CR 961465 to improve the messaging in write_bitstream. 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) |
|
|
|
只有小组成员才能发言,加入小组>>
2420 浏览 7 评论
2823 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2294 浏览 9 评论
3374 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2461 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1177浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
587浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
451浏览 1评论
2005浏览 0评论
731浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 22:55 , Processed in 1.789022 second(s), Total 85, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号