TTL#

Transistor-Transistor Logic was the family that made integrated logic ubiquitous. For roughly two decades it was simply what “a logic chip” meant, and although CMOS has replaced it in almost every new design, TTL’s conventions — its part numbers and its voltage levels — are so deeply embedded that they still govern logic built today.

How It’s Built#

TTL took DTL and replaced its two weak spots. The string of input diodes became a single multi-emitter transistor: each emitter is an input, and the transistor actively sweeps charge out of the following stage, switching far faster than passive diodes could. The passive pull-up became a totem-pole output — a stacked pair of transistors that actively drives the output both high and low, giving fast edges and real drive strength. The signature gate is the 7400 quad two-input NAND.

Because TTL is built from bipolar transistors, it draws current whenever it is powered, switching or not. That static power consumption is fine for a handful of chips but becomes the ceiling that stops bipolar logic from scaling to large-scale integration.

Speed vs. Power, in a Dozen Flavors#

TTL was never one thing; it was a spectrum of sub-families trading speed against power, all sharing the 74xx numbering:

Sub-familyPrefixCharacter
Standard74the original
Low-power74Lslower, less power
Schottky74Sfaster (Schottky clamps prevent saturation)
Low-power Schottky74LSthe popular all-round balance
Advanced Schottky / FAST74AS, 74ALS, 74Ffastest bipolar TTL

Schottky clamping — keeping the transistors out of deep saturation so they turn off quickly — was the key trick that made the later families fast.

The Conventions That Outlived the Technology#

TTL’s lasting legacy is not its circuitry but its interfaces. Two things in particular became de facto standards:

  • The 74xx part-numbering scheme — 7400, 7404, 74138, 74595 — carried forward unchanged into every CMOS family that followed (74HC00, 74LVC138). A part’s number still tells you its function regardless of the technology inside.
  • TTL logic levels — an output guaranteed above 2.4 V for a high and below 0.4 V for a low, with inputs recognizing above 2.0 V and below 0.8 V — became the reference that later families had to interoperate with. It is exactly why a “T”-suffixed CMOS part (74HCT) exists: to accept those levels.

What Was Built With It#

  • 1970s minicomputers — the DEC PDP-11 and Data General Nova were assembled from boards of 74-series TTL.
  • Early arcade video games — Atari’s Pong and its contemporaries were built entirely from TTL logic, with no microprocessor at all.
  • Home-computer glue logic — the support logic around the CPU in machines like the Apple II and TRS-80.

Where It Stands Today#

New designs rarely specify bipolar TTL — it is slower and far hungrier than modern CMOS — but it is not a museum piece. Its numbering and levels are everywhere, its schematics are the ones found in decades of industrial equipment, and it is central to retrocomputing and to reading vintage designs. TTL is best understood as mostly replaced in silicon but permanently present in convention.

Page last modified: July 14, 2026