[][src]Module riscv_sandbox::memory

Memory interface abstraction used to implement any memory interface you want.

Traits

Memory

Represents the main memory. It can be implemented by any structure which can handle loads and stores.