This Study Resource Was: Introduction To Digital Logic Eecs/Cse 31L
This Study Resource Was: Introduction To Digital Logic Eecs/Cse 31L
EECS/CSE 31L
Assignment 3
EECS Department
Henry Samueli School of Engineering
University of California, Irvine
February, 2, 2015
m
er as
co
eH w
Due on Monday 2/9/2015 5:00pm. Note: this is a one-week assignment
o.
1 rs e
Implementing a 32-bit ALU [100 points + 5 bonus points]
ou urc
The goal of this assignment is to practice multi-component logic design in VHDL and learn how to build
a 32-bit Arithmetic and Logic Unit (ALU) at both structural and behavioral levels.
o
The objective of this project is to assess your understanding of how to implement a complicated combi-
national hardware block using the codes you have developed in the last assignment. In this assignment
you are supposed to implement a 32-bit ALU using 1-bit ALU component you have already developed
in Assignment-2. Also consider using GENERATE statement for instantiating 1-bit ALU components.
ed d
In this assignment you are supposed to develop your own testbench for 32-bit ALU verification.
ar stu
ENTITY alu_32bit IS
PORT (
Th
1
https://www.coursehero.com/file/12704603/pooriam-assignment3-1/
1.1.2 ALU Description
The ALU is supposed to have the following functionalities both in Arithmetic and Logic computing. a
and b are 32-bit data inputs, shown as A and B in the entity description, respectively. Output is the
output port.
m
0 101 a−1 Decrement
er as
0 110 a+b+1 Add & Increment
co
eH w
1 000 a AN D b bit-wise AND
1 001 a OR b bit-wise OR
o.
rs e1 010 a XOR b bit-wise Exclusive OR
ou urc
1 011 ā Compliment
1 101 shl 32-bit shift left
o
aC s
• Design report of 32-bit ALU including any assumptions you have made and the list of errors you
have got and how you have solved them.
ed d
Note1: Remember to name your files as assignment3 STUDENT-ID alu.vhd and assign-
sh is
Note2: Compress all your files in “zip” or “rar” format and then submit the compressed file.
Note3: Remember to upload the “.tex” file if you have prepared your report using Latex.
2
https://www.coursehero.com/file/12704603/pooriam-assignment3-1/