You are on page 1of 3

North South University

Department of Electrical & Computer Engineering

LAB REPORT
Computer Organization and Architecture Lab
Experiment Number: Lab - #02
Experiment Name: Design of a 2-bit Arithmetic unit

Experiment Date: 27-06-2018


Report Submission Date: 04-07-2018
Section: 04

Student Name: Md. Tanvir Hasan Score

Student ID: 1812974042

Remarks:
Objective : To implement 2-bit Arithmetic unit using full adder.

List of Equipment’s : 4:1 MUX, Full adder and not gate IC.

Theory : To implement 2-bit Arithmetic unit using 4:1 MUX, Full adder and not gate IC. Design this
circuit, the main purpose is add and subtract 2 bit input. It also increment , decrement and transfer any
output.

Circuit Diagram :

Table :

S1 S0 Cin A0 A1 B1 B0 D1 D0 Cout Microoperation


0 0 0 0 0 0 1 1 0 0 Add
0 0 1 0 1 0 1 0 0 1 Add with carry
0 1 0 1 0 0 0 0 0 1 Subtract with
Borrow
0 1 1 1 0 1 1 1 0 0 Subtract
1 0 0 1 1 0 1 1 0 0 Transfer A
1 0 1 0 1 1 0 1 1 0 Increment A
1 1 0 1 1 0 0 0 1 1 Decrement A
1 1 1 0 1 0 0 1 0 1 Transfer A

Discussion : In this lab, we design a circuit 2 bit Arithmetic unit. During the class, first we design this
circuit using full adder IC which was given our Lab Instructor in the first lab class. I am learning a lot of
thing in this class. How to handle full adder IC to design a 2 bit arithmetic unit. Using two constant in the
full adder to use able to the 2 bit arithmetic unit. After the class, I am learning this.

You might also like