The state diagram of a sequence detector is given for non-overlapping detection of four bits “1011”.The VHDL code for the same is given below.
If you check the code you can see that in each state we go to the next state depending on the current value of inputs.So this is a mealy type state machine.
1)Draw the state diagram of a detector sequence for non-overlapping sequence detection “001011”, Moore type.
2. Make the necessary changes to the VHDL code given above, so as to derive his Moore state machine from question 1. Rewrite the entire code.