[][src]Crate rvemu

rvemu: RISC-V Emulator Core Implementation.

Modules

cpu

The cpu module contains the privileged mode, registers, and CPU.

csr

The csr module contains all the control and status registers.

exception

The exception module contains all the exception kinds and the function to handle exceptions.

memory

The memory module contains the memory structure and implementation to read/write the memory.