Mealy v/s. Moore

后端 未结 6 745
滥情空心
滥情空心 2020-12-14 08:24

What is the difference between Mealy & Moore type of finite state machines?

6条回答
  •  [愿得一人]
    2020-12-14 08:59

    Moore machine output is a function only of the state of the machine, Mealy machine output is a function of the state of the machine and its inputs.

提交回复
热议问题