|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我的一个verilog代码在综合时总报错,请求指点。
Error:A reg can only be assigned with all RTL assignments or all procedural assignments near symbol ";" on line 74 in file XXX.v
代码如下:
if(five_change!=8'b00000000)
begin
five_temp <= five_temp-8'b00000001;
74 change <= 3'b001;
to_pr <= to_pr-6'b000101;
state_change <= five_change;
end
else
.........
不知道是什么原因,高手给解释一下,多谢多谢。 |
|