Exp 3
Exp 3
COMPONENTS :
1) Full Adders-4
2) Bit adders-4(Ripple Carry Adder)
3) Bit Switches-12 +2[input to bit adder]
4) Bit Displays-6
5) Connecting Wires
CIRCUIT DIAGRAM :
J.N.T.U.A College of Engineering (Autonomous), Pulivendula Department of Computer Science and Engineering
Date EXP.N0. Page No.
PROCEDURE :
1) Start the simulator as directed.
2) To design the circuit we need 4 full adder, 1 'RCA 4 bit' component, 12 Bit
switch (to give input), 6 Bit display (for seeing output), wires.
3) The pin configuration of a component is shown whenever the mouse is
hovered on any canned component of the palette or press the 'show
pinconfig' button. Pin numbering starts from 1 and from the bottom left
corner and increases anticlockwise.
4) For a full adder input is in pin-5,6,8, output sum is in pin-4 and carry is
pin-1
5) For a 'RCA 4 bit' input A0=pin-13 A1=pin-14 A2=pin-15 A3=pin-16,
B0=pin-17 B1=pin-18 B2=pin-19 B3=20, C0=21, output S0=pin-12
S1=pin-11 S2=pin-10 S3=pin-9 Cout=pin-8
6) Click on the full adder component and then click on the position of the
editor window where you want to add the component, likewise add 3 more
full adder, 1 'RCA 4 bit', 12 Bit switches and 5 Bit Displays. connect the
Bit switches with the inputs and Bit displays component with the outputs.
7) To connect any two components select the Connection menu of Palette,
and then click on the Source terminal and click on the target terminal.
According to the circuit diagram connect all the components. After the
connection is over click the selection tool in the pallete.
8) See the output, Bit switches are used to give input so that you can toggle
its value with a double click and see the outputs with different inputs.
OUTPUT :
Input :
1100(A3 A2 A1 A0) [12]
0111(B3 B2 B1 B0) [7]
1010(C3 C2 C1 C0) [10]
Output :
J.N.T.U.A College of Engineering (Autonomous), Pulivendula Department of Computer Science and Engineering
Date EXP.N0. Page No.
RESULT :
Designing of Wallace Tree adder has been completed successfully.
J.N.T.U.A College of Engineering (Autonomous), Pulivendula Department of Computer Science and Engineering