Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mpardalos/mips-simulator
- Owner: mpardalos
- License: mit
- Created: 2019-10-30T22:53:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T22:54:06.000Z (about 5 years ago)
- Last Synced: 2024-12-19T05:09:07.020Z (7 days ago)
- Topics: coursework, emulator
- Language: C++
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`)