ADDER
ADDER
• AN ADDER IN A CIRCUIT IS A
DIGITAL LOGIC CIRCUIT THAT
ADDS TWO OR MORE BINARY
NUMBERS. THE MOST BASIC
ADDER CIRCUITS ARE USED
TO ADD BINARY DIGITS
(BITS), WHICH CAN BE
EXTENDED TO ADD MULTI-
BIT BINARY NUMBERS. THERE
ARE DIFFERENT TYPES OF
ADDERS DEPENDING ON
THEIR COMPLEXITY AND
FUNCTIONALITY.
TYPES OF ADDER
HALF ADDER (HA)
• A half adder is the simplest type of adder that
adds two single-bit binary numbers.
• Inputs: Two bits (A and B)
• Outputs:
• Sum (S): The result of adding the two bits.
• Carry (C): Any carry-over resulting from the
addition.
Truth table for a half adder
A B SUM(S) CARRY(C)
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
• Low power consumption - CMOS circuit consumes very low power, making them
ideal for battery-powered devices.
• Low cost - The CMOS fabrication process is relatively simpler compared to other
semiconductor technologies.
• High reliability and noise immunity - They are considered to have a high noise
margin and thus are good for circuits that require high tolerance to noise.
• Limited Voltage Swing - They have a low voltage range of operation, making them
less suitable for high voltage operations.
• Process Variation - The CMOS fabrication process is highly dependent on process
conditions, leading to variations that can affect the performance and reliability of
the final product.
• Vulnerability to electrostatic discharge - CMOS is greatly affected by electrostatic
discharge leading to permanent device damage on exposure.
Bipolar Logic Families
• In bipolar devices, the conduction happens due to both
charge carriers - electrons and holes. Bipolar logic families
use semiconductor diodes and bipolar junction transistors as
the basic building blocks of logic circuits. The simplest bipolar
logic elements use diodes and resistors to perform logic
operations; this is called diode logic. Most TTL logic gates use
diode logic internally and boost their output drive capability
using transistor circuits. Some TTL gates use parallel
configurations of transistors to perform logic functions. ECL
gates use transistors as current switches to achieve very high
speed.
There are further classifications of the bipolar logic
family in two types
• Saturated
• In this logic, the bipolar junction transistors(BJTs)
used are operated in saturated regions. This means
that both the emitter-base and collector-base
junctions are forward-biased, allowing maximum
current flow through the transistor.
Characteristics of Saturated Logic Families
• Noise margin: DTL circuits have better noise performance than that of
RTL due to high noise margin
• Fan-out: DTL circuits typically have High fan-out.
• Logic low level: 0 or 0.2V
• Logic high level: 5V
• Average propagation delay: Average delay is of 9ns which lies
between that of RTL and TTL
• Power dissipation: A few milliwatts to about 50 mW
Resistor Transistor Logic (RTL)
• Being the pioneering logic family adopted in integrated circuits,
RTL (Resistor-Transistor Logic) circuits consist of resistors and
transistors, with resistors positioned at the inputs and transistors
at the output. NPN transistors serve as switches, while resistors
either regulate current or introduce voltage drops. Initially
developed with discrete components, it wasn't until 1961 that RTL
circuits marked the advent of the first digital logic family
fabricated as a monolithic integrated circuit. These integrated
circuits found application in significant systems like the Apollo
Guidance Computer, which debuted in 1966. The fundamental RTL
device is the NAND gate.
Characteristics of RTL