Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpardalos/mips-simulator

A software simulator for the MIPS-1 instruction set
https://github.com/mpardalos/mips-simulator

coursework emulator

Last synced: about 22 hours ago
JSON representation

A software simulator for the MIPS-1 instruction set

Awesome Lists containing this project

README

        

Build executable in bin/:
```
make simulator
```

Build testbench in bin/:
```
make testbench
```

Run all tests and output csv
```
make test
```

Run all tests and output pretty table
```
make pretty_test
```

Clean everything:
```
make clean
```

## Dependencies

* https://github.com/mapbox/variant (In `include/`)