Question:
What is the difference between a Moore and a Mealy state machine?
1970-01-01 00:00:00 UTC
What is the difference between a Moore and a Mealy state machine?
Four answers:
Saddam Hussain
2013-11-29 07:02:33 UTC
in moore machine output depends on the current state , while in the mealy machine it depends on both presen state as well as previous states.
Reachel Steve
2010-09-16 07:09:12 UTC
Hi Jonathan,



Ya what Mark said was right, a Moore state machine may require more states than a Mealy state machine to accomplish the same task, and therefore use more macro cells for state registers. The output logic of a Mealy state machine may be more complex than the output logic of an equivalent Moore state machine, and therefore use more product terms.
Patricia Peters
2010-09-16 06:58:32 UTC
Moore and Mealy state machines are the names for two types of architectures when designing a state machine.
Mack Richard
2010-09-16 00:03:02 UTC
Moore state machines are controlled in such a way that the outputs are a function of the previous state and the inputs. However, Mealy state machines are controlled in a way such that the Outputs may change with a change of state OR with a change of inputs.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...