0
1.5kviews
Compare Mealy and Moore machine.
1 Answer
| written 4.7 years ago by |
| Moore Machine | Mealy Machine |
|---|---|
| 1.The final output depends only on the present state of memory cells | 1. The final output depends on the present state of the memory cells and also on the external inputs |
| 2. The output changes only after the active clock edge | 2. Output can change in between the clock edges if the external inputs change |
| 3. The implementation of a logic function needs more number of states than Mealy Machine | 3. Implementation of the same logic function recquires less number of states than the Moore Machine |
| 4. Moore Machines are easier to clock | 4. Mealy Machines are difficult to clock |
| 5. Moore machine models are complex in design | 5.Mealy machine models design are comparatively simpler |