2. [20 pts] Factored FSMs: Design a Moore FSM that detects the following two input sequences: 0111 and 0011 . (a) [10 pt
Posted: Thu Jul 14, 2022 2:11 pm
2. [20 pts] Factored FSMs: Design a Moore FSM that detects the following two input sequences: 0111 and 0011 . (a) [10 pts] First design the Moore FSM as a single complex Moore FSM. Show only the state transition diagram. (b) [10 pts ] Now design the Moore FSM as a factored Moore FSM. Show only the state transition diagram. Hint: you might need an additional logic gate to produce the final output.