Lily Tsuru
7ae6acfc3b
32-bit builds using the development headers work on the legacy 32-bit branch so I don't really see a reason to not support it.. sure, it sucks that I now won't be able to get rid of a pretty gnarly codepath, but /shrug |
||
---|---|---|
.. | ||
include/riscv | ||
src | ||
CMakeLists.txt | ||
README.md |
README.md
riscv
This is a simple RISC-V RV32IMA emulation library.
This is based off cnlohr/mini-rv32ima, but:
- Rewritten in C++20 (because I like sanity)
- Cleaned up vastly
- Moved ALL device and MMIO code to seperate interfaces
Depends on lucore.
Usage
TBD (if this is moved to another repo). See the lcpu project