aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e72f6c130638196889645199b4870bedc72196cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Mips CPU

MIPS I simulator written in C++.

## Build

To build the cpu, the [`makefile`](/makefile) can be used.

``` shell
# Building
make

# Running tests
./src/ymh15/test_mips
```