Module memories

Source
Expand description

Various Memory implementations useful for an ISS and utility functions

Structs§

MemorySpace
A Memory that represents an address space forwarding reads and writes to other inner memories.
VecMemory
Vec backed memory.

Enums§

MemorySpaceError

Functions§

read_to_memory
Read bytes from an std::io::Read into a Memory starting at the given address