Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 194 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 194 Bytes

MIPS Lite Simulator

A simplified version of the MIPS ISA with an in-order 5 stage pipeline.

Compiling

$ make

Running MIPS Lite

$ ./mips_lite <path/to/file>