Crate lib_rv32_mcu

Source

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.
RegisterFile
Heap allocated implementation of a register file.

Traits§

MemoryTrait
RegisterFileTrait
Trait to be implemented by a RISC-V register file. Should support reads to registers 0-31 and writes to registers 1-31.