Altera_Forum
Honored Contributor
13 years agoMoore and Mealy
I have been analysing the difference between implementing an identical system using a Moore and a Mealy state machine. The Moore has the advantage of being simpler to implement and more importantly has a synchronous output. The Mealy uses fewer states as it has asynchronous output/s. Some people refer to these asynchronous outputs as been glitches or being false. Are they glitches and is why ? They are just asynchronous and may only last a very short time. This can be remedied by connected a flip-flop at the output (registered output) which means it will be similar to the Moore.