VIVADO常见警告、错误及解决方法

1、综合中出现警告:

[Synth 8-5788] Register Packet_header_reg in module RXDDSP is has both Set and reset with same priority. This may cause simulation mismatches. 

解决方法:在复位时将寄存器Packet_header_reg的初值设置为0;

2、redeclaration of ansi port ClkOut is not allowed

      解决方法:在程序设计过程中出现了变量的重复定义,把重复定义的变量去除即可 

3、[Synth 8-3352] multi-driven net count[9] with 2nd driver pin 'count_reg[9]/Q' ["C:/Users/Administrator/Desktop/DPC-SRIO/Dpc_Pinyu2/TEST_SQRT/TEST_SQRT.srcs/sources_1/new/SQRT_test.v":72]
这个错误的原因是在多个always块中对同一个reg型寄存器赋值,仔细检查即可排除

4、[VRFC 10-3427 ]illegal recursive design instantiation

在做SRIO功能仿真时,出现以上的提示错误,但检查了好久没发现问题,最后把IP核配置界面的IP核名字改了一下成功了,特此记录一下。

发布了38 篇原创文章 · 获赞 73 · 访问量 10万+

猜你喜欢

转载自blog.csdn.net/woshiyuzhoushizhe/article/details/103391028
今日推荐