MIPS-Lite CPU

This is a basically the simplest possible pipelined CPU. It was the final project for my computer architecture class. It is written in VHDL and can be compiled using ghdl. The CPU is Turing complete, but it only recognizes a very small subset of the full MIPS instruction set. It implements the following MIPS instructions:

Arithmetic instructions:

Branching instructions:

Memory operations:

other instructions:

Basic architecture

wikipedia

The code for this project is available on github: http://github.com/jncraton/MIPS-Lite

Check out my other pages tagged "projects".