[][src]Crate rvemu

RISC-V emulator core implementation.

Modules

bus

The bus module contains the system bus which can access the memroy or memory-mapped peripheral devices.

cpu

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

csr

The csr module contains all the control and status registers.

devices

The devices module contains peripheral devices.

emulator

The emulator module represents an entire computer.

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.