Lect 21 - Sequential Circuit Analysis
Lect 21 - Sequential Circuit Analysis
Circuit
Analysis
1
Flip Flop Equation &
Table
2
Example
Draw the Circuit diagram for below Table.
D= A⊕x⊕y
Q(t+1)=D
Now having these equations can construct the state table for the state
machine
DA = AX + BX
DB = A’X
Y = (A+B)X’
1. Mealy Machine:
the output is a function of both the present state and the input.
2. Moore Machine:
Outputs depend on present state only.
AB
00 x=0/y=11 0
x=1/y=0
x=1/y=0
x=0/y=1
01 11
x=1/y=0
68
Synthesis Using D Flip-Flops
DA = Ax +Bx
DB = Ax + B`x
y = AB
69
Synthesis Using D Flip-Flops
70
Example