MikeChorobik
Technical User
can someone help me to fix this error?
i have no idea what it means!
the error occurs on the first line of the following code...i don't understand what the problem is.
when Read => Data <= 'ADC';
if ADCbusy ='0' then
next_state <= Read;
elsif ADCbusy ='1' then
next_state <= Write;
end if;
thanx
-- Mike --
i have no idea what it means!
the error occurs on the first line of the following code...i don't understand what the problem is.
when Read => Data <= 'ADC';
if ADCbusy ='0' then
next_state <= Read;
elsif ADCbusy ='1' then
next_state <= Write;
end if;
thanx
-- Mike --