vhdl代码综合warning

2019-03-25 07:59发布

Warning: Presettable and clearable registers converted to equivalent circuits with latches. Registers power-up to an undefined state, and DEVCLRn places the registers in an undefined state.
        Warning (13310): Register "addr~reg0" is converted into an equivalent circuit using register "addr~reg0_emulated" and latch "addr~reg0latch"



请问上面这是触发器么,ADATA与ALOAD这两个引脚什么意思,这段代码综合出来为什么为有这个warning???感谢各位了

此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
7条回答
coyoo
2019-03-25 14:19
< / 能否可以将wr和cs改成和cnt一样的同步加载方式;你当前实现的功能是异步加载,你可以到实现的电路中data被加到了adata,而wr和cs产生一个aload信号

一周热门 更多>