Understand what deterministic means, and why the sequential circuit works only with unique states.
A deterministic machine always has only one active state. Each state clearly defines:
which actions are active,
which feedbacks are expected,
when the next state is allowed.
Create a mini sequential circuit with 3 states on paper:
Waiting for start,
Action running,
Finished. Mark when the transition is allowed (start button = 1, feedback = 1).
Last updated 2 months ago
Was this helpful?