HDLBits练习 119-122 FSM(1)119 fsm1120 fsm1s121 fsm2122 fsm2s
119fsm1This is a Moore state machine with two states, one input, and one output. Implement this state machine. Notice that the reset state is B.This exercise is the same asfsm1s, but using asynchronous reset.Hint...Yes, there are ways to do this ..