Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 412 Bytes

REMU: A simple rv32g simulator writing in rust

This program is based on Rare(https://github.com/siriusdemon/Rare.git) but changed ISA to rv32g. The final target is to run linux and port it to a weak microcontroller (just for fun).

development schedule:

basic user level instruction (finished)

CSR(finished)

privilege mode(finished)

exception(finished)

interrupt(finished)

MMU(finished)

PLIC & CLINT