Experiments- 7 (Part -2)

 Construction of NOR gate latch and verification of its operation

Introduction

Latches are basic storage elements that operate with signal levels (rather than signal transitions). Latches controlled by a clock transition are flip-flops. Latches are edge-sensitive devices. Latches are useful for the design of the asynchronous sequential circuit.

SR (Set-Reset) Latch – SR Latch is a circuit with:

(i) 2 cross-coupled NOR gates or 2 cross-coupled NAND gates.
(ii) 2 inputs S for SET and R for RESET.
(iii) 2 outputs Q, Q.

The SR Latch using NOR gate is shown below with its truth table:


Figure-1:Logic Symbol of NOR gate latch

Figure-2:Truth Table of NOR gate latch
While the R and S inputs are both low, feedback maintains the Q and Q outputs in a constant state, with Q the complement of Q. If S (Set) is pulsed high while R (Reset) is held low, then the Q output is forced high, and stays high when S returns to low; similarly, if R is pulsed high while S is held low, then the Q output is forced low, and stays low when R returns to low.The R = S = 1 combination is called a restricted combination or a forbidden state because, as both NOR gates then output zeros, it breaks the logical equation Q = Q. The combination is also inappropriate in circuits where both inputs may go low simultaneously (i.e. a transition from restricted to keep). The output would lock at either 1 or 0 depending on the propagation time relations between the gates (a race condition).



Figure-3:Timing Diagram of NOR gate latch

Simulator :

  • Step-1) Connect the supply(+5V)      to the circuit.
  • Step-2) Press switch 1     for input R(Reset) and switch 2      for input S(Set).
  • Step-3) Then press "ADD" button to add data in the given truth table and simultaneously generate the timing diagram.
  • Step-4) Repeat step 2 and step 3 for another set of data.
  • Step-5) Press the "Print" button after completing your simulation to get your results.

LAB Simulation

Latches    

Test

The full form of SR is ___________
A latch is an example of a ___________.
Why latches are called a memory devices?
There are __________ types of latches.
The SR latch consists of __________ inputs

Comments

Popular posts from this blog

BCA Syllabus Topics

Quine-Mccluskey Method

Alternate Logic-Gate Representations