-
-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
For peripherals such as DMAs, a peripheral may need to access the internal simulator memory.
This is currently supported by the following functions, which may be set by a peripheral:
Lines 116 to 120 in daad80f
/** | |
* Read/write functions from peripheral to bus (memory/other periphs) | |
*/ | |
std::function<void(AInt, AInt, VInt)> memWrite; | |
std::function<VInt(AInt, AInt)> memRead; |
A protocol needs to be implemented to handle memory accesses from the peripheral server to the Ripes memory.
Metadata
Metadata
Assignees
Labels
No labels