Latches Report
Latches Report
Latches Report
DIGITAL ELECTRONIC
When input S = 0, R = 0, the output state remains unchanged thus it is known as “Hold
state”.
When input S = 1, R = 1, the output Q & Q̅ = 0. Which violates the condition Q & Q̅ are
inverse of each other, they should not be equal.
The S-R latch using NAND gate is active low. That is why its truth table is completely
opposite of S-R latch using NOR gate.
When input S = 0, R = 0, the output Q & Q̅ = 0. Which violates the condition Q & Q̅ are
inverse of each other, they should not be equal.
That is why this state is known as “Invalid / prohibited input state”.
Invalid or prohibited state can be avoided by converting it into any of the other 3 states.
Application of Sr LATCHES
SWITCH DEBOUNCER
We use switch in our day to day life to switch ON/OFF a bulb or a fan or any electrical
devices. But when we use switches in digital circuits, we observe a phenomenon called
bouncing. This occurs because, when we turn the switch, the mechanical parts vibrate. i.e It
toggles between ON and OFF state for some time until the mechanical contact attain
equilibrium. this vibrations are minute and are not at all noticeable in electrical circuit. where
as in digital circuits, these vibrations create pulses. which are detected by circuits which
results in an error.
In the above circuit, there is a switch connected to VCC. You can toggle it between terminal 'a' and
terminal 'b'. which as a voltage drop of 'Va' and 'Vb' respectively. In digital circuits if you can observe,
it takes a finite amount of time to toggle between terminal 'a' and 'b'. which might approximately
take 15ns. Now let us consider the terminal is at 'a'. we will switch it to 'b'. what we can observe are...
It takes finite time (approximately 15ns) to make contact with terminal 'b'.
Once the metal contact touches the terminal 'b'. It bounces several times before it reaches
equilibrium.
From the timing diagram it is evident that there are several unwanted pulses which are
present due to bouncing. This can be eliminated by using SR latch using NOR gates.
SWITCH DEBOUNCER
Other applications are:-
As latch is single bit storage element, they may be used as storage device in power
gating circuits and clock
They may be used as pulse latches where they perform the same behavior like flip-
flops by pulsing the clock very quickly.
In Asynchronous systems, D latch are used as input / output ports.
To reduce the transit count in synchronous two phase systems, data latches may be
used.
They are widely used in data storage and computing. In short, no latches & Flip-flops,
= no digital electronics and computers.
THANK YOU