Digital Logic Systems Unit 3: Gate Characteristics & Logic Families
Subject: Digital Logic Systems
Master digital logic parameters (delays, noise margin, Figure of Merit), TTL operational circuitry (totem-pole, open-collector, tri-state), CMOS logic design, and gate realizations in RTL, DTL, ECL, and MOSFET.
Concept Summary
Key Revision Rules & Formulas
- Logic parameters: Propagation delay (tpd), Power dissipation (PD), Fan-out, Noise Margin, and Figure of Merit.
- TTL NAND circuitry: Multi-emitter input (Q1), Phase-splitter (Q2), and Totem-pole active pull-up output (Q3, Q4, D1).
- Open Collector TTL: Requires external pull-up resistor, enables Wired-AND connection logic.
- Tri-State Logic: High, Low, and High-Impedance (Hi-Z) states, essential for shared communication buses.
- CMOS logic: PMOS pull-up parallel/series complementary structure, virtually zero static power consumption.
- Gate realizations: RTL (NOR gate), DTL (NAND gate), ECL (Emitter-Coupled, non-saturated current-steering, fastest BJT family).
Common Exam Pitfalls
- Tying totem-pole outputs together directly: causes a low-impedance short circuit that can burn the ICs.
- Floating CMOS inputs: MOS gates have very high input resistance and will float to undefined levels, drawing massive currents.
- Assuming ECL is saturated BJT logic: ECL operates in the active region to steer current, making it fast but power-hungry.
Sample Practice Questions
Question 1: What does the propagation delay of a logic gate represent?
- The time it takes to charge the power supply.
- The average time delay between input transition and corresponding output transition.
- The maximum input voltage the gate can handle.
- The speed of the clock signal.
Explanation: Propagation delay ($t_{pd}$) measures the speed of a gate, defined as the time interval between the $50\%$ point of the input signal transition and the $50\%$ point of the output signal transition.
Question 2: Noise Margin of a digital IC is a measure of its:
- Sound amplification ability.
- Power consumption.
- Noise immunity (maximum noise voltage that can be added to an input without changing the output state).
- Heat dissipation.
Explanation: Noise margin defines how much noise a circuit can tolerate on its input lines before it misinterprets a High state as Low, or vice-versa.
Question 3: The formula for the Figure of Merit of a logic family is:
- Propagation Delay / Power Dissipation
- Propagation Delay $\times$ Power Dissipation
- Fan-out $\times$ Noise Margin
- Fan-in / Power Dissipation
Explanation: The Figure of Merit is the product of propagation delay (in ns) and power dissipation (in mW), expressed in picoJoules (pJ). A lower value indicates higher efficiency.
Question 4: Which logic family has the lowest static power dissipation?
- TTL
- ECL
- CMOS
- RTL
Explanation: CMOS circuits draw virtually zero current when in a static state ($0$ or $1$) because either the PMOS pull-up or NMOS pull-down network is completely Off. Power is only consumed during transitions.
Question 5: Fan-out is defined as the:
- Number of output lines of a gate.
- Number of inputs connected to a gate.
- Maximum number of standard loads of the same family that a gate output can reliably drive.
- Speed of the output signal.
Explanation: Fan-out is the current-driving capability of a gate output. It is calculated as the minimum of $(I_{OH} / I_{IH})$ and $(I_{OL} / I_{IL})$.
Question 6: Which component acts as the input stage of a standard TTL NAND gate?
- A multi-emitter transistor
- A diode bridge
- A PMOS transistor
- A differential amplifier
Explanation: Standard TTL NAND gates use a multi-emitter transistor ($Q_1$) at the input, where each emitter represents a separate input line. This replaces the input diodes used in DTL.
Question 7: The role of the phase-splitter transistor ($Q_2$) in a TTL NAND gate is to:
- Amplify the output voltage.
- Control the complementary switching of the pull-up and pull-down transistors in the totem-pole output stage.
- Regulate the power supply current.
- Direct the input signals to GND.
Explanation: Phase splitter $Q_2$ generates out-of-phase signals at its collector and emitter. When $Q_2$ turns On, its emitter current turns the pull-down transistor ($Q_4$) On, while its collector voltage drops to turn the pull-up transistor ($Q_3$) Off.
Question 8: What is a "totem-pole" output in TTL?
- An output stage consisting of a resistor and capacitor.
- An active pull-up transistor connected in series with a diode and a pull-down transistor.
- An open-collector output.
- A single-transistor output.
Explanation: The totem-pole configuration uses an active BJT pull-up ($Q_3$) and diode ($D_1$) on top of a BJT pull-down ($Q_4$) to achieve low output impedance in both High and Low states, increasing speed.
Question 9: Why is a diode ($D_1$) placed in series with the pull-up transistor ($Q_3$) in a totem-pole TTL output?
- To protect the gate from reverse currents.
- To ensure $Q_3$ is fully turned Off when $Q_4$ is saturated (preventing both from conducting at the same time).
- To increase the High-level output voltage.
- To limit the power dissipation.
Explanation: Without $D_1$, the base-emitter junction of $Q_3$ and base-collector of $Q_2$ would allow $Q_3$ to turn on slightly when output is Low. The diode drops $\approx 0.7\text{V}$, raising the threshold needed to turn $Q_3$ On, ensuring it remains Off when $Q_4$ is Low.
Question 10: What happens if the outputs of two standard totem-pole TTL gates are tied together?
- They perform a Wired-AND operation.
- A low-impedance short circuit can occur, drawing excessive current and destroying the ICs.
- The propagation delay is cut in half.
- The noise margin increases.
Explanation: If one output is High ($Q_3$ On) and the other is Low ($Q_4$ On), a path of very low resistance is formed between $V_{CC}$ and GND, causing a massive current spike that melts the silicon junctions.