Sei sulla pagina 1di 1

Indian Institute of Technology, Delhi

EEP 201: Digital Electronic Circuits Laboratory


Experiment 3, July-Dec 2008
Exercise with Adders
Pre-lab exercises:
1. Read the material in full.
2. Evaluate the truth table for a half-adder.
3. Evaluate the truth table for a full-adder.
Experiment:
A half-adder has two inputs, A and B. There are two outputs - the
sum, S, and the carry, C. S = XOR(A, B). C = AB.
Implement a half-adder circuit using the schematic entry tools. Simulate and verify that the half-adder is functioning properly.
A full-adder has three inputs, A, B and the carry-in, Cin. There are
two outputs - the sum, S, and the carry-out, Cout. S = XOR(XOR(A,
B), C). Cout = AB + BCin + ACin.
Implement a full-adder circuit using the schematic entry tools. Simulate and verify that the full-adder is fully functional.
Arrange four full-adders as shown in the figure. This is a binary 4-bit
adder. Implement the 4-bit adder using the schematic entry software.
Simulate and verify that the 4-bit adder is working. Set the two 4-bit
inputs of the adder to 0111 and 1011 respectively. Explain the observed
output.

A0 B0

A1 B1

A2 B2

A3 B3

Cin A B

Cin A B

Cin A B

Cin A B

FULL

FULL

FULL

FULL

ADDER

ADDER

ADDER

ADDER

S0

Cout

Cout

S1

S2

Cout

S3

Cout

C4

Potrebbero piacerti anche