Related Concepts: 4.03 BJT as NOT Gate & Inverter Operation | 4.05 TTL Logic Families & Open Collector Bus Systems | 4.06 CMOS Logic & Logic Gate Characteristics

4.04 Diode Logic & DTL Logic Families

Physical Hardware of Logic

Before analyzing complex integrated logic families like TTL, we study the simplest electronic gate models using semiconductor diodes (Diode Logic), and how they are paired with BJTs to create Diode-Transistor Logic (DTL).


1. Diode Logic Gates (Diode OR & Diode AND) [Syllabus Week 7]

Foundational Concept (Outside Direct PYQ Scope)

Diode Logic (DL) gates are passive components that represent a foundational step in electronic logic evolution, but they are not directly tested as design problems in ECE 2103 examinations. They serve as required background for Diode-Transistor Logic (DTL).

Diode Logic (DL) is the most basic form of electronic logic gates, using PN-junction diodes as voltage-controlled switches.

A. The Diode OR Gate

Circuit Schematic:

Diodes are connected in parallel from each input node to the output node, with a pull-down resistor connected to Ground.

Diode OR Gate Schematic:
  Input A --->[ Diode DA (Anode -> Cathode) ]---+---> Output Y
                                                 |
  Input B --->[ Diode DB (Anode -> Cathode) ]---+
                                                 |
                                                 [ R ]
                                                 |
                                                GND

Operation:

  • Case 1: Both Inputs A, B = LOW (0V): Diodes and are reverse-biased (OFF). No current flows. The output is pulled down to Ground through resistor ().
  • Case 2: Input A = HIGH (5V), B = LOW: Diode is forward-biased (ON) and conducts. Diode remains OFF. Current flows through and resistor to Ground. The output rises to input voltage minus one diode drop ().

B. The Diode AND Gate

Circuit Schematic:

Diodes are connected in parallel pointing from the output node back to the inputs, with a pull-up resistor connected to (5V).

Diode AND Gate Schematic:
                             Vcc (5V)
                                |
                                [ R ]
                                |
  Input A <---[ Diode DA (Cathode <- Anode) ]------+---> Output Y
                                |
  Input B <---[ Diode DB (Cathode <- Anode) ]------+

Operation:

  • Case 1: ANY Input (A or B) = LOW (0V): The corresponding diode is forward-biased (ON) and conducts current to Ground. This clamps the output node to Ground plus one diode drop ().
  • Case 2: BOTH Inputs A, B = HIGH (5V): Both diodes and are reverse-biased (OFF) because their cathodes are at . No current flows through the diodes. The output node is pulled up to through resistor ().

2. NPN Silicon Transistor Characteristic Curves

Major Exam Problem (PYQ 2022 — 09 marks)

Question (verbatim): Draw and explain the Transistor Base and Transistor Collector characteristics for an npn silicon transistor.

This one is almost entirely a drawing question. Two labelled graphs with the three regions marked on the collector curves carry the bulk of the marks; the prose below is supporting explanation.

[GRAPH: Base input characteristics — I_B (µA, y-axis) vs V_BE (V, x-axis), one curve per V_CE value. Exponential diode shape; knee at V_BE ≈ 0.6–0.7 V. Source: Mano, Digital Design — logic families appendix]

[GRAPH: Collector output characteristics — I_C (mA, y-axis) vs V_CE (V, x-axis), family of curves for increasing I_B. Mark the three regions: saturation (steep rise, V_CE < 0.2 V), active (flat plateau), cut-off (I_B = 0, along the x-axis). Source: Mano, Digital Design — logic families appendix]

A. Base Input Characteristics ( vs. )

  • Curve Behavior: Operates like a forward-biased PN junction diode.
  • Key Voltage: Negligible base current flows until reaches cut-in voltage (). In saturation, .

B. Collector Output Characteristics ( vs. )

Divided into three distinct regions:

  1. Cut-off Region: (OFF Switch).
  2. Active Region: Linear amplification region (not used in digital logic).
  3. Saturation Region: drops to , reaches maximum limit (ON Switch).

3. DTL NAND Gate Saturation Proof

Major PYQ Proof (PYQ 2021, 2022 — 10 marks)

Question (verbatim): Show that the output transistor of the DTL gate of Fig. 4(d) goes into saturation when all inputs are high. Assume that .

(The 2022 paper prints “DLT gate” and references Fig. 4(b) — same question, typo and figure number aside.)

Given DTL NAND Parameters:

  • , , , ,
  • Diode drop , ,

Proof Steps:

  1. Input State: All inputs () are HIGH () Input diodes are reverse-biased (OFF).

  2. Node Voltage (Anode of level-shift diode ):

  3. Current Calculations:

    • Current from through :
    • Current lost to ground through :
    • Base current entering transistor ():
  4. Saturation Check:

    • Maximum saturation collector current ():
    • Available collector current drive:
  5. Since (), the output transistor is driven deep into saturation.


4. Comparison Table: Diode Logic (DL) vs. Diode-Transistor Logic (DTL)

FeatureDiode Logic (DL)Diode-Transistor Logic (DTL)
Logic ComponentsDiodes and resistors only.Diodes, resistors, and Bipolar Junction Transistors (BJTs).
Signal AmplificationNone (passive circuitry).Active (transistor provides current amplification).
Signal DegradationHigh. Output voltage drops by per stage (restricts cascading).Near-zero. Transistor switches completely between and , restoring signal levels.
Fan-out CapabilityVery low (loading directly affects output voltage).High (transistor amplifies current to drive multiple loads).
Logic OperationsAND, OR (cannot implement NOT/inversion).NAND, NOR, NOT (BJT acts as an inverter).

5. Past Year Questions (PYQs)

PYQ Index for this note

Question (as asked)YearsMarksSolved in
Draw and explain the Transistor Base and Transistor Collector characteristics for an npn silicon transistor20229§2
Show that the output transistor of the DTL gate goes into saturation when all inputs are high. Assume 2021, 202210§3

Pattern to notice: the DTL saturation proof and the BJT inverter proof in 4.03 BJT as NOT Gate & Inverter Operation are the same proof structure — find , find , compare against . Together they account for 2016, 2019, 2021 and 2022, worth 10–13 marks each. Master one procedure, cover four papers.

Key difference to watch: in the BJT inverter, comes straight from . In DTL you must first find the node voltage by stacking the two level-shifting diode drops plus , then subtract the current bled away through . Skipping the subtraction is the classic error — it inflates and makes the saturation margin look larger than it is.

Not examined: the diode AND/OR gates in §1 have never been asked directly, but they are the building block the DTL input stage is made of — read them once, then move on.