d-iii-s / msim

Light-weight MIPS R4000 and RISC-V system simulator
https://d3s.mff.cuni.cz/software/msim/
GNU General Public License v2.0
5 stars 5 forks source link

Cpu abstraction and risc-v start #22

Closed HanyzPAPU closed 1 year ago

HanyzPAPU commented 2 years ago

Added a basic abstraction over a cpu. This abstraction has not been implemented in the debug nodule.

Fixed a bug regarding the MIPS R4000 instruction size.

A baseline of the implementation of risc-v is also present.

vhotspur commented 1 year ago

Closing, superseded by #25.