Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymherklotz/mipscpu
A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.
https://github.com/ymherklotz/mipscpu
cpp mips mips-sim mips-simulator
Last synced: 9 days ago
JSON representation
A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.
- Host: GitHub
- URL: https://github.com/ymherklotz/mipscpu
- Owner: ymherklotz
- Created: 2016-10-14T19:13:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T12:35:46.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T08:44:40.859Z (about 2 months ago)
- Topics: cpp, mips, mips-sim, mips-simulator
- Language: C++
- Homepage:
- Size: 970 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```