logic-circuits

Definition

SR Latch

An SR latch is composed of two cross-coupled NOR gates. The latch has two inputs, and , and two outputs, and .

A NOR gate outputs false if one of the inputs is true. By walking through the possible cases, we can observe:

  1. : produces and produces .
  2. : produces and produces .
  3. : and produce .
  4. : Since both inputs are , we can’t directly determine the outputs. However, we can try to understand the behaviour of the latch.

Case 4a.) What if ?

Case 4b.) What if ?

We can use this two cases by introducing some known prior value, which we will call , before we enter the third case. This prior value represents the state of the system. When , will remember this old value, and will be its complement . Thus, this circuit has memory.

Case
4
10
21
30

We call set and reset signals.

To simplify the circuit symbolism, we can represent the latch as:

1

Footnotes

  1. Digital Design and Computer Architecture - RISC-V Edition