Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elvircrn/mips
https://github.com/elvircrn/mips
mips pipeline python risc simulator
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elvircrn/mips
- Owner: elvircrn
- Created: 2017-04-07T08:53:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T21:35:45.000Z (over 7 years ago)
- Last Synced: 2024-11-22T15:43:39.019Z (about 1 month ago)
- Topics: mips, pipeline, python, risc, simulator
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIPS
http://www-inst.eecs.berkeley.edu/~cs61c/resources/MIPS_help.html
## Kako testirati
Potrebno je runati hazardtest.py putem komande:
```
python hazardtest.py
```
Svrha ovog file-a jeste da se dobije slika o radu ovog simulatora sa nekim defaultnim instrukcijama.## Kako run-ati
Moguce je loadati podatkovnu memoriju koristeci file ram.txt (primjer takvog file-a vec postoji, a defaultna velicina RAM-a je 200 zamisljenih jedinica).
Ako neka adresa nije specificirana, pretpostavlja se da ona ima vrijednost 0, pri cemu prvi broj u redu predstavlja adresu, a drugi vrijednost koju ta adresa treba da posjeduje. Istom logikom je moguce ucitati vrijednost registara preko file-a reg.txt. Instrukcije je potrebno upisati u file instr.txt (primjer vec postoji u file-u instr.txt). Nakon specificiranja pocetnog stanja registara, rama i instrukcija, potrebno je runati main.py file komandom:```
python main.py
```