08 DLD
08 DLD
Lecture 8
Sequential Circuits
Outputs depend only on present inputs. Outputs depend on both present inputs and
present state.
• Asynchronous
• sequential circuits change their states and output values whenever a
change in input values occurs.
• That means, all the outputs of asynchronous sequential circuits do not
change (affect) at the same time
• Latches
• Synchronous
• sequential circuits change their states and output values at fixed
points of time, i.e. clock signals.
• Flip-Flops
Clock Signal and Triggering
• Clock signal
• Clock signal is a periodic signal and its ON time and OFF
time need be the same. We can represent the clock signal
as a square wave, when both its ON time and OFF time
are same. This clock signal is shown in the following figure
…
• There are two levels, namely logic High and logic Low in
clock signal. Following are the two types of level
triggering.
• Positive level triggering
• Negative level triggering
• If the sequential circuit is operated with the clock signal
when it is in Logic High, then that type of triggering is
known as Positive level triggering. It is highlighted in
below figure.
…
• This circuit has single input D and two outputs Q(t) & Q(t)’.
D Latch is obtained from SR Latch by placing an inverter
between S amp;& R inputs and connect D input to S. That
means we eliminated the combinations of S & R are of
same value.
Truth table
E D Q ~Q
0 0 Q ~Q
0 1 Q ~Q
1 0 0 1
1 1 1 0