Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 10

Digital Logic Design

Prof D John Pradeep, Assistant Professor, SENSE, VIT University.

Session 18
Session objectives: Introduce the concepts of parallel adder Introduce the concepts of look ahead carry adder Session outcomes: Designing parallel adder and look ahead carry adder

Teaching points
Parallel adder explanation Drawbacks of parallel adder Advantage of look ahead carry generation Circuits of parallel adder and look ahead carry adder

Parallel adder
A binary adder is a digital circuit that produces the arithmetic sum of two binary numbers. It can be constructed with full adders connected in cascade, with the output carry from each full adder connected to the input carry of the next full adder in the chain

Parallel adder

B3

A3 C3

B2

A2

B1 C2

A1

B0
C1

A0

C4

FA

FA

FA

FA

C0

S3

S2

S1

S0

You might also like