arjun9989
Newbie level 5
Hi,
I'm getting this warning again and again even though I've used all the states for my particular state machine.
what to do? see I've taken
reg[2:0] next_state,current_state;
parameter s0=0;
s1=1;
s2=2;
s3=3;
s4=4;
s5=6;
s6=7;
actually they were taken in binary form, so i mean to say that there is no other transition for a 3 bit signal. then, why should i bother about inferring a latch?
I'd appreciate if any one can help me?
I'm getting this warning again and again even though I've used all the states for my particular state machine.
what to do? see I've taken
reg[2:0] next_state,current_state;
parameter s0=0;
s1=1;
s2=2;
s3=3;
s4=4;
s5=6;
s6=7;
actually they were taken in binary form, so i mean to say that there is no other transition for a 3 bit signal. then, why should i bother about inferring a latch?
I'd appreciate if any one can help me?