FSM

 Moore and Mealy machine

The next state and the outputs of a Mealy machine depend on the present state and the inputs;The next state of a Moore machine depends on the present state and the inputs,but the output depends on only the present state.In both machines the next state and outputs are formed by combinational logic.

FSM_第1张图片 


你可能感兴趣的:(FSM)