Skip to content

[External Peripherals] Define memory read/write protocol #162

@mortbopet

Description

@mortbopet

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:

virtual VInt ioRead(AInt offset, unsigned size) override;
virtual void ioWrite(AInt offset, VInt value, unsigned size) override;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions