You are on page 1of 6

4 The TTL Logic Gate Series

4.1 Circuit Structures


In general, the functions of the various stages of any gate are similar to those of the inverter and
NAND gates. It is good to remember, however, that many logic functions are implemented by the
actual connections made in a circuit structure. Recall, for example, the input stage of the inverter.
The input transistor T1 acts as a current steering and
amplifying stage. It is T2 that essentially performs
the inversion. Hence, in TTL structures, the
HI combination of transistors in Fig. 4.1 will always
T2 LO
T1 perform an inverting operation.
LO LO
HI HI

Fig. 4.1 Inverting Structure

Remember, also, the input structure of the


NAND gate. The input combination of multiple

d emitters performs a logical AND operation on

a T2 the inputs in the current steering mechanism. It is


b c T2 that performs the inversion to give an overall
T1
NAND operation.
Fig. 4.2 ‘AND’ ing Structure

Consider a final structure where two transistors are essentially connected in parallel with a
common load as shown in Fig. 4.3. Basically, if either transistor is turned on, it will conduct and
draw current through the load making the output go low.
Only when both transistors are OFF, tending to make the
output HI individually, will the output actually be HI.
c
This is an AND operation and the connection is referred

a b to as a WIRED AND connection. This circuit structure is


VO equivalent to two inverters on the input of an AND gate
which is logically equivalent to an NOR structure as can
be seen from the table below and Fig. 4.4.
Fig. 4.3 ‘OR’ ing Structure

1
A B C
LO LO HI
≡ LO HI LO
HI LO LO
HI HI LO

Fig. 4.4 Logical Equivalent of ‘Or’ ing (NOR) Structure

4.2 Standard TTL 74-Series Logic Gates


Figs. 4.7 – 4.11 show complete circuit diagrams for some of the basic logic gates in the TTL
7400 series with typical component values included. The diodes shown on the inputs are
protection diodes for the input transistors. These prevent negative voltages being developed at
input terminals due to ringing on inductive lines connecting gates. Large, negative spikes at the
input would tend to overbias the base-emitter junction of the input transistors and destroy them.
These voltages are clamped to a diode drop by the input protection diodes.

(I) Inverter 7404


(II) NAND Gate 7400 already covered

(III) NOR Gate 7402


Transistor pairs T1 + T2 and T5 + T6 form inverters to the inputs. The parallel connection of T2
and T6 provides wired AND function as previously described. The output stage, T3 + T4 , is as
before. This provides the function a . b = (a + b) which is the NOR operation.

(IV) AND-OR-INVERT Gate 7451


This is really a combination of the NAND and NOR gate circuits. The multiple emitter input
transistors T1 and T5 perform an AND function on their individual inputs. The subsequent
transistors T2 and T6 invert the AND functions. The parallel connection of T2 and T6 provides
the wired AND function as in the NOR gate. The overall situation is equivalent to that shown in
Fig. 4.5. The notable feature of this gate is that it allows Boolean functions to be implemented in

2
sum-of-products form (the inversion can be corrected for) in a single gate with a propagation
delay equal to that of an inverter.

a a
b b

c
≡ c
d d

a b.c d = a b + c d
Fig. 4.5 Logical Equivalent of the AND-OR-INVERT Structure

(V) EXCLUSIVE-OR Gate 7486


It can be seen that T1 to T6 of this structure is identical to that of the A-O-I Gate and performs
the same logical operation. The transistors T7 + T8 and T9 + T10 simply include an inversion on
one pair of inputs. The circuit is logically equivalent to the structure shown below.

a
b

a b + a b = a ⊕ b = a ⊕ b → EX − OR

Fig. 4.6 Logical Equivalent of the Exclusive OR Gate Structure

3
VCC = 5V

INVERTER R3
7404 R1
130Ω
1.6 kΩ
RB
4 kΩ
T4

T2 D
T1

T3

R2
1kΩ

Fig. 4.7 Schematic Diagram of the 7404 Standard TTL Inverter

VCC = 5V

2-INPUT R3
NAND GATE R1
130Ω
7400 RB 1.6 kΩ
4 kΩ
T4

T2 D
T1

T3
R2
1kΩ

Fig. 4.8 Schematic Diagram of the 7400 Standard TTL NAND Gate

4
VCC = 5V

4kΩ 4kΩ 1 .6 k Ω 130Ω


2-INPUT
NOR GATE
7402
T4
T2
T1

T6 D
T5

T3

1kΩ

Fig. 4.9 Schematic Diagram of the 7402 Standard TTL NOR Gate

VCC = 5V

4kΩ 4kΩ 1 .6 k Ω 130Ω


2x2-INPUT
AND-OR-INVERT
GATE
7451 T4
T6
T5
D

T2
T1
T3

1kΩ

Fig. 4.10 Schematic Diagram of the 7451 Standard TTL AND-OR-INVERT Gate

5
2-INPUT EXCLUSIVE OR
GATE 7486

VCC = 5V

4kΩ 4kΩ 4kΩ 4kΩ 1 .6 k Ω 130Ω

T1 T4
T2

T6
T5
T8
T7
T3
T10 1kΩ
T9

Fig. 4.11 Schematic Diagram of the 7486 Standard TTL EXCLUSIVE-OR Gate

You might also like