7) Sequential design process (State diagram to circuit)
Using the sequential logic design process, convert the provided state diagram (FSM) to a
circuit. Be sure to label and show each step.
Note: Write the Boolean equations (in minimum sum-of-products form) is sufficient.
You DO NOT need to provide a gate-level implementation (no drawing a circuit).
a)
a
ab
a'
k = 1
j = 0
PO
P1
ab' + a'b
k = 0
j = 1
Inputs: a, b
Outputs: k, j
a'b'
a'b'
a + b
P3
P2
k = 0
k = 1
j = 0
j = 1