Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

ARITHMATIC CIRCUIT

This is an arithmetic project .In this one 4 bits binary full ADDER, two 2 bits 4 x 1
MUX and one NOT GATE used. It perfumes followings arithmetic operation

A+B
A+B+1
A + B^
A–B
A
A+1

Arithmetic circuit perfume the above operation following TRUTH TABLE

S0 S1 Cin Outputs
0 0 0 A
0 0 1 A+1
0 1 0 A+B^
0 1 1 A+B^+1
1 0 0 A+1
1 0 1 A+1+1
1 1 0 A+B
1 1 1 A+B+1

In this S0 and S1 are the selation lines of the MUX and Cin is the input of the FULL
ADDER.

In this MUX performs following task

S0 S1 Outputs
0 0 I0
0 1 I1
1 0 I2
1 1 I3

1
BLOCK DIAGRAM

A0
B0
B^0 S0
FA
1 MUX
0

A1
B1
B^1 FA S1
MUX
1
0

A2
B2
B^2 FA S2
1 MUX
0

A3
B3
B^3 FA S3
MUX
1
0

COUT

74LS04

1
WIRING DIAGRAM

A- 4 B- 4
S- 3 S- 4
A- 3 bit binary-4 Cout
B- 3 full adder Cin
74LS283A
Vcc GN
S- 2 B-1
B- 2 A-1
A-2 S- 1

En-a Vcc
S-1 En b
I3- a x 1 MUX 4
S-0
I2- a 74LS153A I3-b
I1- a I2-b
I0- a I1-b
Z- a I0-b
GNd Z-b

En-a Vcc
S-1 En b
I3- a x1MUX 4 S-0
I2- a 74LS153A I3-b
I1- a I2-b
I0- a I1-b
Z- a I0-b
GNd Z-b

B-1 Vcc
B^1 B-3
B-2 B^3
B^2 B-4
B^4

GND

You might also like