Skip to content

ELEC2204 Coursework, creating a 5-stage pipelined MIPs processor.

Notifications You must be signed in to change notification settings

jamesstocktonj1/ELEC2204-MIPs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELEC2204-MIPs

Second year Computer Engineering coursework (ELEC2204). Building a 5-stage pipelined MIPs processor.

Usage

Compile and run the main program with the following.

make all
make run

Test Usage

You can also test all the individual components in the file. This simply tests each unit, not the interconnects between them.

make test
make runtest

Other Makefile

Makefile also has a clean feature to remove all compiled files.

make clean