完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
有没有办法在Vivado 2016.1中关闭特定的DRC违规或警告? 其次是AR#63997的方向,我试过: set_property严重性警告[get_drc_checks RTSTAT-2] 这个tcl命令适用于Vivado 2014.4,但它在Vivado 2016.1上不起作用,有什么改变吗? 或针对此问题的任何替代解决方案? 谢谢。 以上来自于谷歌翻译 以下为原文 Hello, Is there any way to turn a specific DRC violation off or to a warning in Vivado 2016.1? followed by the direction of AR# 63997, i tried: set_property severity warning [get_drc_checks RTSTAT-2] this tcl command works on Vivado 2014.4, but it doesn't work on Vivado 2016.1, is there anything changed? or any alternative solutions for this issue? Thanks. |
|
相关推荐
7个回答
|
|
嗨@typen
如AR中所述,这适用于2015.1之前的版本 检查已实现设计中的部分路由网络并进行修复。 谢谢,维杰----------------------------------------------- ---------------------------------------------请将帖子标记为 一个答案“接受为解决方案”,以防它有助于解决您的查询。如果一个帖子引导到解决方案,请给予赞誉。 以上来自于谷歌翻译 以下为原文 Hi @typen As mentioned in the AR, this works for versions prior to 2015.1 Check the partially routed net in the implemented design and fix the same. Thanks,Vijay -------------------------------------------------------------------------------------------- Please mark the post as an answer "Accept as solution" in case it helped resolve your query. Give kudos in case a post in case it guided to the solution. |
|
|
|
你好@力typen
打开已实施的设计并检查以下内容 1.故障网络的连接是否正确? 2.什么是源和负载? 它们放在哪里? 如果上面没有给你一个线索,请上传_routed.dcp文件。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi @typen Open Implemented design and check the below 1. Is the connectivity of the failing net correct? 2. What is the source and load? Where are they placed? If the above does not give you a clue please upload _routed.dcp file. 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) |
|
|
|
你好@ vijayak
谢谢你的帮助。 我认为尝试修复网络的路线应该是最终的方式。 有什么方法可以在2015.1之后的vivado版本中暂时关闭DRC吗? 谢谢。 以上来自于谷歌翻译 以下为原文 Hi @vijayak Thanks for your help. i think try to fix the route of the net should be the ultimate way. is there any way to turn off DRC temporarily in the vivado version after 2015.1? Thanks. |
|
|
|
你好@ vemulad
谢谢你的帮助。 我认为尝试修复网络的路线应该是最终的方式。 有什么方法可以在2015.1之后的vivado版本中暂时关闭DRC吗? 谢谢。 以上来自于谷歌翻译 以下为原文 Hi @vemulad Thanks for your help. i think try to fix the route of the net should be the ultimate way. is there any way to turn off DRC temporarily in the vivado version after 2015.1? Thanks. |
|
|
|
你好@力typen
请查看此ARhttp://www.xilinx.com/support/answers/51543.html 但我建议你检查路由失败的原因并修复它。 谢谢,迪皮卡.---------------------------------------------- ---------------------------------------------- Google之前的问题 张贴。 如果某人的帖子回答了您的问题,请将帖子标记为“接受为解决方案”。 如果你看到一个特别好的和信息丰富的帖子,考虑给它Kudos(左边的明星) 以上来自于谷歌翻译 以下为原文 Hi @typen Check this AR http://www.xilinx.com/support/answers/51543.html But I would recommend you to check the reason for route failure and fix it. 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) |
|
|
|
嗨@ vemulad,
谢谢你的帮助! 我将尝试找出路由失败的原因。 现在,我尝试了你提供的AR#51543的tcl命令。 set_property IS_ENABLED 0 [get_drc_checks {CSCL-1}] CSCL-1确实有效。 但是当我尝试: set_property IS_ENABLED 0 [get_drc_checks {RTSTAT-2}] 它不起作用。 我使用以下tcl命令来检查: get_property IS_ENABLED [get_drc_checks {RTSTAT-2}] 对于CSCL-1,“IS_ENABLED”设置为“0”,而对于“RTSTAT-2”,它在我的“set_property”tcl命令之后仍为“1”。 有什么不对的吗? 谢谢。 以上来自于谷歌翻译 以下为原文 Hi @vemulad, Thanks for your help! i will try to find the reason for my routing failure. for now, i tried the tcl command from the AR#51543 you provided. set_property IS_ENABLED 0 [get_drc_checks {CSCL-1}]CSCL-1 indeed works. but when i try: set_property IS_ENABLED 0 [get_drc_checks {RTSTAT-2}]it doesn't work. i used the following tcl command to check: get_property IS_ENABLED [get_drc_checks {RTSTAT-2}]for CSCL-1, the "IS_ENABLED" was set to "0", while for "RTSTAT-2", it was still "1" after my "set_property" tcl command. is there anything wrong? Thanks. |
|
|
|
你好@ vemulad
我希望我可以尽可能地向你学习,你能告诉我为什么ARHttp://www.xilinx.com/support/answers/51543.html不能用于DRC检查“RTSTAT-2”吗? 谢谢。 以上来自于谷歌翻译 以下为原文 Hi @vemulad I do hope I could learn from you as much as I can, could you show me why AR http://www.xilinx.com/support/answers/51543.html doesn't work on DRC check "RTSTAT-2" ? Thank you. |
|
|
|
只有小组成员才能发言,加入小组>>
2378 浏览 7 评论
2793 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2260 浏览 9 评论
3334 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2426 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
750浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
537浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
360浏览 1评论
753浏览 0评论
1955浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-20 00:37 , Processed in 1.358040 second(s), Total 89, Slave 73 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号