3.3. Stream-to-Memory DMA BBB Memory Map
The S2M DMA BBB memory map provides the address offsets of all the locations within the BBB. The following streaming DMA AFU registers reside at offset 0x200 in the MMIO address space.
Byte Address Offsets | Slave Name | Span in Bytes | Description |
---|---|---|---|
0x00 | S2M DMA BBB DFH | 0x40 | Device feature header for the S2M DMA BBB. This DFH points to 0x100 as the next DFH offset. |
0x40 | S2M DMA Dispatcher CSR | 0x20 | Control port for the mSGDMA within the stream-to-memory DMA BBB. The driver accesses this location to control the DMA or query its status. |
0x80 | S2M DMA Response | 0x8 | Response port for the mSGDMA within the stream-to-memory DMA BBB. The driver reads this port to determine how much data was streamed to the memory. |
0x80 | S2M DMA Descriptor Frontend CSR | 0X40 | Control port for the S2M DMA descriptor frontend. The driver accesses this location to control the descriptor frontend or query its status. |