AntonLydike / riscemu

RISC-V emulator in python
MIT License
48 stars 13 forks source link

Big cleanup work #47

Closed AntonLydike closed 11 months ago

AntonLydike commented 11 months ago

This moves a lot of internal data structures from types into core, because some imports got confused apparently.

It also adds csr registers, performance improvements, etc.