Lab 4
Due: See Assignments Page
Materials
See the the Labs..Lab4 subdirectory of the Shared folder
- Handout:: Read PDF the handout
- Skeleton Files: Download the skeleton file and testbench file in the provided
.zipfile which contains an almost complete 5-stage pipelined CPU that you will complete.
Procedure
In teams of 2:
-
Follow the instructions in the handout.
-
The
.zipskeleton files contains two subfolders forpart1andpart2. You need only complete thepart1/cache_p1.vandpart2/cache_msi.v. The testbench, memory model, and.dofile are complete though you may add to the testbench as desired. Follow the instructions in the handout and the comments in the file itself to complete the design.
Submission
- Create a file with the name of you and your partner in a file
names.txt. - Zip your files:
names.txt,cache_p1.v, andcache_msi.vin a SINGLE .ZIP file (not .bz2, not .gz, not .tar but zip) namedlab4.zip. - Submit your .ZIP file on the EE 457 Brightspace site in the Lab 4 dropbox under the Labs.