amandeep_pec
Newbie level 6
Design a FSM (Finite State Machine) to detect more than one "1"s in last 3 samples.
For example: If the input sampled at clock edges is 0 1 0 1 0 1 1 0 0 1
then output should be 0 0 0 1 0 1 1 1 0 0
And yes, you have to design this FSM using not more than 4 states!!
Please help me solve this problem.......
thanks in advance....!!
For example: If the input sampled at clock edges is 0 1 0 1 0 1 1 0 0 1
then output should be 0 0 0 1 0 1 1 1 0 0
And yes, you have to design this FSM using not more than 4 states!!
Please help me solve this problem.......
thanks in advance....!!