Specifying outputs for a Moore machine
Output is a function of state only
Specify output in the state-diagram state bubble
Example: Detector for 01 or 10
current next present reset input state state output
1 – – A 0
0 0 A B 0
0 1 A C 0
0 0 B B 0
0 1 B D 0
0 0 C E 0
0 1 C C 0
0 0 D E 1
0 1 D C 1
0 0 E B 1
0 1 E D 1
Previous slide
Next slide
Back to first slide
View graphic version