Question: 4. (12 points) Design a Moore finite state machine that detects 1 0 1 in consecutive digits in the input stream of 0's and
4. (12 points) Design a Moore finite state machine that detects 1 0 1 in consecutive digits in the input stream of 0's and 1's received every clock cycle. The circuit should output a 1 when it detects 1 0 1 as consecutive digits. Implement the FSM using a combination of sequential and combinational logic. Clearly show your work. Draw the truth table for inputs, outputs and your states. Draw the K-map for everything. Clearly indicate how many flip flops you are going to use. Draw the final circuit with the flip flops. INPUT : 0 1 0 1 0 1 1 0 1 0 0... OUTPUT: 0 0 0 1 0 1 0 0 1 0 0....
Step by Step Solution
3.46 Rating (149 Votes )
There are 3 Steps involved in it
To design a Moore finite state machine that detects the pattern 101 in the input stream of 0s and 1s ... View full answer
Get step-by-step solutions from verified subject matter experts
