ch7
ch7
Thomas L. Floyd
Latches
A latch is a temporary storage device that has two stable states
(bistable). It is a basic form of memory.
The S-R (Set-Reset) latch is the most basic type. It can be constructed
from NOR gates or NAND gates. With NOR gates, the latch responds to
active-HIGH inputs; with NAND gates, it responds to active-LOW inputs.
Ch.7 Summary
Latches
The active-HIGH S-R latch is in a stable (latched) condition
when both inputs are LOW.
Assume the latch is initially
RESET (Q = 0) and the inputs
are at their inactive level (0). To
SET the latch (Q = 1), a
momentary HIGH signal is
applied to the S input while the
R remains LOW.
Latches
The active-LOW S-R latch is in a stable (latched) condition
when both inputs are HIGH.
Assume the latch is initially RESET
(Q = 0) and the inputs are at their
inactive level (1). To SET the latch
(Q = 1), a momentary LOW signal is
applied to the S input while the R
remains HIGH.
To RESET the latch a momentary
LOW is applied to the R input
while S is HIGH.
Never apply an active set and reset at the same time (invalid).
Ch.7 Summary
Latches
Ch.7 Summary
Latches
Latches
Ch.7 Summary
Latches
Ch.7 Summary
Latches: Applications
Ch.7 Summary
Gated D Latch
The D latch is an variation of the S-R latch but combines the
S and R inputs into a single D input as shown:
Flip-flops
A flip-flop differs from a latch in the manner it changes
states. A flip-flop is a clocked device, in which only the
clock edge determines when a new bit is entered.
The active edge can be
positive or negative.
Ch.7 Summary
Edge-Triggered Flip-flops
Edge-Triggered D Flip-flops
The data bit at the D-input is transferred to the component output
on the edge of the clock signal.
Once triggered, the output (Q) equals the last value at the D input
until a new value is triggered in.
Ch.7 Summary
Edge-Triggered D Flip-flops
Ch.7 Summary
J-K Flip-flops
J-K Flip-flops
Ch.7 Summary
J-K Flip-flops
Ch.7 Summary
D Flip-flops
Ch.7 Summary
D Flip-flops
Ch.7 Summary
J-K Flip-flops
Ch.7 Summary
J-K Flip-flops
Ch.7 Summary
The D and J-K flip flops on the left are wired as “divide-by-2” circuits.
The J-K flip-flops on the right are cascaded to form a “divide-by-4”
circuit.
Ch.7 Summary
Flip-Flop Counters
Flip-flops can be
used to count the
number of clock
signals they receive
as shown here.
Each CLK input triggers
the flip-flops, which are
wired to toggle whenever
triggered.
The QA and QB outputs
indicate the number of
CLK inputs received.
Ch.7 Summary
One-Shots
The one-shot or monostable multivibrator is a device
with only one stable state. When triggered, it goes to its
unstable state for a predetermined length of time, then
returns to its stable state.
Ch.7 Summary
Nonretriggerable One-Shots
A nonretriggerable one-shot does not respond to any
triggers that occur while in its unstable state, as shown here.
Ch.7 Summary
Retriggerable One-Shots
Retriggerable one-shots respond to any trigger, even if it
occurs while the component is in its unstable state. If it
occurs during the unstable state, the state is extended by an
amount equal to its normal output pulse width.
Ch.7 Summary