Jpnock / mips-verilog-cpu

A MIPS-I CPU implemented in SystemVerilog
3 stars 3 forks source link

Verilog CPU

An implementation of a MIPS I ISA compatible CPU.

See the docs folder for the CPU datasheet.

Dependencies

The following packages are required

Building and testing

To build the CPU, build the tests and run them:

$ make

To build the CPU:

$ make build

To build the tests, without running them:

$ make build-tests

To run the tests:

$ make test

Directory structure