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