Finite state machine

From Rice Wiki
Revision as of 19:34, 3 May 2024 by Rice (talk | contribs) (Created page with "The '''state''' of the program is its memory. A '''finite state machine''' continuously computes the current state with the previous state based on a function. In a '''Moore circuit''', output only depends on the current state. In contrast, in a ''Mealy circuit''', input is also wired into the output logic. Category:Computer Architecture")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The state of the program is its memory. A finite state machine continuously computes the current state with the previous state based on a function.

In a Moore circuit, output only depends on the current state.

In contrast, in a Mealy circuit', input is also wired into the output logic.