Mkanimozhi
Full Member level 4
verilog wait
hi to every one
here in the below mentioned code i am getting error on wait sout,
sout is my memory , how to use the meory in wait statement in verilog, i am not getting any error in vhdl.tell me the solution soon.
reg [5:0] sout [2:0];
always
begin
wait sout
for (y=1;y<=nby2by3;y=y+1)
temp[y] =sout[y];
end
regards
kanimozhi
hi to every one
here in the below mentioned code i am getting error on wait sout,
sout is my memory , how to use the meory in wait statement in verilog, i am not getting any error in vhdl.tell me the solution soon.
reg [5:0] sout [2:0];
always
begin
wait sout
for (y=1;y<=nby2by3;y=y+1)
temp[y] =sout[y];
end
regards
kanimozhi