相关文章推荐
我在我的xdc文件中尝试了以下约束,但它不起作用。
我可以知道如何跳过此错误吗?
set_property SEVERITY {警告} [get_drc_checks REQP-1753]
以上来自于谷歌翻译

以下为原文
I met [DRC 23-20] Rule viola ti on (REQP-1753) , but I want to skip it to let it be as warnnings. how to do that?
I tried below constraints in my xdc file, but it doesn't work. May I know how to skip this ERROR?
set_property SEVERITY {Warning} [get_drc_checks REQP-1753] 你好@ jeffson。
我会检查以下帖子,因为这看起来是同一个问题。
https://forums.xilinx.com/t5/Implementation/DRC-LUTLP-1-Combinatorial-Loop-Error-Must-be-Overridden/td-p/881855
您应该能够为XDC文件设置以下属性。
set_property USED_IN write_bitstream [get_files /sev.xdc]
--------------------------------------------------
-----------------------不要忘记回答,kudo,并接受为解决方案.-------------
--------------------------------------------------
----------
在原帖中查看解决方案
以上来自于谷歌翻译

以下为原文
Hi @jeffson. I would check the following post, as this looks to be the same issue.
https://forums.xilinx.com/t5/Implementation/DRC-LUTLP-1-Combinatorial-Loop-Error-Must-be-Overridden/td-p/881855
You should be able to set the following property for the XDC file.
set_property USED_IN write_bitstream [get_files /sev.xdc]
-------------------------------------------------------------------------
Don’t forget to reply, kudo, and accept as solution.
-------------------------------------------------------------------------
View solution in original post 也许发布完整的错误消息有帮助。
谁记得[DRC 23-20]规则违规(REQP-1753)实际上是什么!
--------------------------------------------------
--------------------------------------------------
---- FPGA爱好者!-------------------------------------------
--------------------------------------------------
-----------
以上来自于谷歌翻译

以下为原文
@jeffson,
Perhaps posting the complete error msg helps.
Who remembers what [DRC 23-20] Rule violation (REQP-1753) actually is!
--------------------------------------------------------------------------------------------------------
FPGA enthusiast!
-------------------------------------------------------------------------------------------------------- 你好@ jeffson。
我会检查以下帖子,因为这看起来是同一个问题。
https://forums.xilinx.com/t5/Implementation/DRC-LUTLP-1-Combinatorial-Loop-Error-Must-be-Overridden/td-p/881855
您应该能够为XDC文件设置以下属性。
set_property USED_IN write_bitstream [get_files /sev.xdc]
--------------------------------------------------
-----------------------不要忘记回答,kudo,并接受为解决方案.-------------
--------------------------------------------------
----------
以上来自于谷歌翻译

以下为原文
Hi @jeffson. I would check the following post, as this looks to be the same issue.
https://forums.xilinx.com/t5/Implementation/DRC-LUTLP-1-Combinatorial-Loop-Error-Must-be-Overridden/td-p/881855
You should be able to set the following property for the XDC file.
set_property USED_IN write_bitstream [get_files /sev.xdc]
-------------------------------------------------------------------------
Don’t forget to reply, kudo, and accept as solution.
-------------------------------------------------------------------------
 
推荐文章