Sie sind auf Seite 1von 3

LAB REPORT – 01

CSE332L

Submitted by:
Name: Fabiha noor
ID: 1812151642
Section: 05
Experiment Name: Design of a 2-bit Logic unit.
1.This experiment you will construct a 2-bit logic unit which is actually a part of an ALU.
2.We learn about four micro-operations, which are AND, OR, XOR, and NOT operations.
3.We learned how they change bit values, delete a group of bits, or insert a new set of bits in a
register.
4.We learn the use of mux and how a 4-1 mux works.
5.We learned about the importance of select bits.
6.Through simulation, we learned the whole process of mux and other gets.

Circuit diagram:
Truth Table:

A1 A0 B1 B0 AND1 AND0 OR1 OR0 XOR1 XOR0 NOT NOT


A1 AO
0 0 0 0 0 0 0 0 0 0 1 1
0 0 0 1 0 0 0 1 0 1 1 1
0 0 1 0 0 0 1 0 1 0 1 1
0 0 1 1 0 0 1 1 1 1 1 1
0 1 0 0 0 0 0 1 0 1 1 0
0 1 0 1 0 1 0 1 0 0 1 0
0 1 1 0 0 0 1 1 1 1 1 0
0 1 1 1 0 1 1 1 1 0 1 0
1 0 0 0 0 0 1 0 1 0 0 1
1 0 0 1 0 0 1 1 1 1 0 1
1 0 1 0 1 0 1 0 0 0 0 1
1 0 1 1 1 0 1 1 0 1 0 1
1 1 0 0 0 0 1 1 1 1 0 0
1 1 0 1 0 1 1 1 1 0 0 0
1 1 1 0 1 0 1 1 0 1 0 0
1 1 1 1 1 1 1 1 0 0 0 0

Discussion: From this experiment we know about four micro-operations, which are AND,
OR, XOR, and NOT operations, the use of mux and how a 4-1 mux works. We learned about the
importance of select bits. We were able to conduct the experiments successfully. Our practical
data were totally match will our theoretical output. So, we were to carry out our experiment
smoothly.

Das könnte Ihnen auch gefallen