Wednesday 12 September 2018

How can I determine whether circuit is Moore or Mealy machine


I've designed a modulo 5 counter (0,1,2,3,4,0,1....) with additional features like BCD to 7-segment-display decoder, the reset switch and the special switch to omit number "3" in the counter.


But the question is, how can I determine whether the circuit is Moore or Mealy machine? Are there any important things I should keep in mind? Any help would be appreciated.



enter image description here




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...