Diode–transistor logic


Diode–transistor logic is a class of digital circuits that is the direct ancestor of transistor–transistor logic. It is called so because the logic gating function is performed by a diode network and the amplifying function is performed by a transistor.

Implementations

The DTL circuit shown in the picture consists of three stages: an input diode logic stage, an intermediate level shifting stage, and an output common-emitter amplifier stage. If both inputs A and B are high, then the diodes D1 and D2 are reverse biased. Resistors R1 and R3 will then supply enough current to turn on Q1 and also supply the current needed by R4. There will be a small positive voltage on the base of Q1. The turned on transistor's collector current will then pull the output Q low. If either or both inputs are low, then at least one of the input diodes conducts and pulls the voltage at the anodes to a value less than about 2 volts. R3 and R4 then act as a voltage divider that makes Q1's base voltage negative and consequently turns off Q1. Q1's collector current will be essentially zero, so R2 will pull the output voltage Q high.

Discrete

The IBM 1401 used DTL circuits similar to the circuit shown in the picture. IBM called the logic "complemented transistor diode logic". CTDL avoided the level shifting stage by alternating NPN and PNP based gates operating on different power supply voltages. The 1401 used germanium transistors and diodes in its basic gates. The 1401 also added an inductor in series with R2. The physical packaging used the IBM Standard Modular System.

Integrated

In an integrated circuit version of the DTL gate, R3 is replaced by two level-shifting diodes connected in series. Also the bottom of R4 is connected to ground to provide bias current for the diodes and a discharge path for the transistor base. The resulting integrated circuit runs off a single power supply voltage.
In 1962, Signetics introduced the SE100-series family, the first high-volume DTL chips. In 1964, Fairchild released the 930-series DTμL micrologic family that had a better noise immunity, smaller die, and lower cost. It was the most commercially successful DTL family and copied by other IC manufacturers.

Speed improvement

The DTL propagation delay is relatively large. When the transistor goes into saturation from all inputs being high, charge is stored in the base region. When it comes out of saturation this charge has to be removed and will dominate the propagation time.
One way to speed up DTL is to add a small "speed-up" capacitor across R3. The capacitor helps to turn off the transistor by removing the stored base charge; the capacitor also helps to turn on the transistor by increasing the initial base drive.
Another way to speed up DTL is to avoid saturating the switching transistor. That can be done with a Baker clamp. The Baker clamp is named for Richard H. Baker, who described it in his 1956 technical report "Maximum Efficiency Switching Circuits."
In 1964, James R. Biard filed a patent for the Schottky transistor. In his patent the Schottky diode prevented the transistor from saturating by minimizing the forward bias on the collector-base transistor junction, thus reducing the minority carrier injection to a negligible amount. The diode could also be integrated on the same die, it had a compact layout, it had no minority carrier charge storage, and it was faster than a conventional junction diode. His patent also showed how the Schottky transistor could be used in DTL circuits and improve the switching speed of other saturated logic designs, such as Schottky-TTL, at a low cost.

Interfacing considerations

A major advantage over the earlier resistor–transistor logic is increased fan-in. Additionally, to increase fan-out, an additional transistor and diode may be used.