Skip to content

Pauls-University-Projects/SystemVerilog-MIPS_Microprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS Microprocessor

Hardware Realisation of a Computer System (3002CEM) Assignment

Computer Hardware and Software Engineering Module

at Coventry University

📄 Documentation

  • Assignment_Brief.pdf - University Task Sheet detailing the Coursework and Learning Outcomes.
  • Report.pdf - Personal Report on the Project.
  • Diagrams.pdf - Personal Diagrams on the Project. (1. & 2. Detail the Changes made to the Architecture, 3. & 4. Detail the Changes to the ALU.)

📌 Noteworthy Files

  • mipssingle.sv - The Main file that contains the Microprocessor in HDL.
  • mipstest.sv - The Test Bench for the Microprocessor.
  • memfile.dat - The Test Program for the Test Bench.