Sequential Logic Circuits
Sequential Logic Circuits
Outline
• Sequential Circuit Models
– Asynchronous
– Synchronous
• Latches
• Flip-Flops
C D Q(t) Q(t+1)
0 X 0 0
Hold
0 X 1 1
1 0 0 0
Reset
1 0 1 0
1 1 0 1
Set
1 1 1 1
Q+ = D
Q+ = S +R'Q
D Q(t) Q(t+1)
0 0 0
Hold
0 1 1
1 0 1
Toggle
1 1 0
Q+ = TQ' + T'Q