← ProblemsCircuits / Sequential Logic / Finite State Machines

FSM 3 (asynchronous reset)

15%fsm

Now build the complete sequential version of the four-state Moore machine, including the state flip-flops:

Current statenext state when in = 0next state when in = 1output out
AAB0
BCB0
CAD0
DCB1

The active-high areset input is asynchronous and resets the machine into state A. out = 1 only in state D.