Evan Mays

@evanmays

Joined on Dec 24, 2021

  • Responses are dotted lines. Protocol guarantees responses arrive in order. Trying to make this look like PCIE so moving to PCIE later will feel natural. All messages are send and forget, except for memory read which needs a response. Device<-->host communication is using UART or ethernet. A packet has 1 byte header to define the packet type and length. Then the payload follows. Sometimes order matters, sometimes it doesn't.
     Like  Bookmark