Jump to content

Diode–transistor logic: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverted 1 edit by 41.241.177.191 identified as vandalism to last revision by UPCMaker. using TW
No edit summary
Line 29: Line 29:
[[es:DTL]]
[[es:DTL]]
[[ru:Диодно-транзисторная логика]]
[[ru:Диодно-транзисторная логика]]
[[ko:다이오드-트랜지스터 논리]]

Revision as of 02:37, 2 November 2007


Simplified schematic of two input DTL NAND gate.

Diode–Transistor Logic (DTL) is a class of digital circuits built from bipolar junction transistors (BJT), diodes and resistors; it is the direct ancestor of transistor–transistor logic. It is called diode–transistor logic because the logic gating function (e.g. AND) is performed by a diode network and the amplifying function is performed by a transistor (contrast this with RTL and TTL).

Operation

With the simplified circuit shown in the picture the voltage at the base will be near 0.7 volts even when one input is held at ground level, which results in unstable or invalid operation. Two diodes in series are commonly used to lower the voltage and prevent any base current when one or more inputs are at low logic level. The IBM 1401 used DTL circuits almost identical to this simplified circuit, but solved the base bias level problem mentioned above by alternating NPN and PNP based gates operating on different power supply voltages instead of adding extra diodes.

Speed disadvantage

A major advantage over the earlier resistor–transistor logic is the increased fan-in. However, the propagation delay is still 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 (one input goes low) this charge has to be removed and will dominate the propagation time. One way to speed it up is to connect a resistor to a negative voltage at the base of the transistor which aids the removal of the minority carriers from the base.

The above problem is solved in TTL by replacing the diodes of the DTL circuit with a multiple-emitter transistor, which also slightly reduces the required die area per gate in an integrated circuit implementation.

See also