Computer Organization and Architecture: CSE 332/ EEE 336/ ETE 336
Computer Organization and Architecture: CSE 332/ EEE 336/ ETE 336
Lab Manual
Department of Electrical and Computer Engineering
School of Engineering and Physical Sciences
North South University, Bashundhara, Dhaka-1229, Bangladesh
______________________________________________________________________________
Experiment No: 1
Experiment Name: Design of a 2-bit Logic unit.
Introduction:
In this experiment you will construct a 2-bit logic unit which is actually a part of an ALU.
This logic unit will have 4 micro-operations which are AND, OR, XOR and NOT
operations. Logic micro operations are very useful for manipulating individual bits or a
portion of a word stored in a register. They can be used to change bit values, delete a
group of bits or insert a new set of bits in a register. As we are going to design a 2-bit
logic unit, we will have two outputs which is one output for each of the 2 bits.
Equipments:
Trainer board
IC 7404,7408,7432,7486, 74F153
Wires for connection.
Truth Table:
Complete the Truth Table according to your theoretical knowledge.
0 0 0 0
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
0 1 0 1
0 1 1 0
0 1 1 1
1 0 0 0
CSE 332/ EEE 336/ ETE 336 Computer Organization and Architecture
1 0 0 1
1 0 1 0
1 0 1 1
1 1 0 0
1 1 0 1
1 1 1 0
1 1 1 1
Logic Diagram:
CSE 332/ EEE 336/ ETE 336 Computer Organization and Architecture
Procedure: (hardware)
Assignment/Task:
1. Implement the circuit in Logisim. Submit logisim (.circ) file + the screenshots of
the circuits within the given time by your lab instructor.
2. Prepare and submit the lab report by the end of the class individually. In the
report, you have to include the Screenshot of the circuit as a Circuit Diagram. The
screenshot must contain your name and ID along with the circuit.