失乐园

Adversity makes the man!

导航

Moore and Mealy machine

Posted on 2012-04-18 09:50  Regenwald  阅读(154)  评论(0)    收藏  举报

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.