Re-exports§
pub use lib_rv32_isa as isa;
pub use lib_rv32_isa::common;
Structs§
- Mcu
- Reference implementation of an MCU. Contains a PC, register file, and memory.
- Memory
- Heap allocated, little-endian implementation of memory.
- Register
File - Heap allocated implementation of a register file.
Traits§
- Memory
Trait - Register
File Trait - Trait to be implemented by a RISC-V register file. Should support reads to registers 0-31 and writes to registers 1-31.