-
-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
A protocol should be defined for how memory read/writes from the Ripes memory subsystem sent to/from the connected peripheral server.
Memory requests from the processor arrive from in the following function:
Lines 36 to 37 in daad80f
virtual VInt ioRead(AInt offset, unsigned size) override; | |
virtual void ioWrite(AInt offset, VInt value, unsigned size) override; |
Metadata
Metadata
Assignees
Labels
No labels