DuneNvme
1.0.0
This is a simple NVMe test environment that allows experimentation with the low level PCIe NVMe interfaces as available on a Xilinx FPGA environment.
|
Public Attributes | |
BUInt64 | address |
The 64bit read/write address. | |
BUInt32 | numWords:11 |
The number of 32bit data words to transfer. | |
BUInt32 | request:4 |
The request (0 - read, 1 - write etc.) | |
BUInt32 | fill2:1 |
BUInt32 | requesterId:16 |
The requestors ID used as the stream ID. | |
BUInt32 | tag:8 |
A tag for this request, returned in the reply. | |
BUInt32 | completerId:16 |
The completers ID. | |
BUInt32 | requesterIdEnable:1 |
Enable the manual use of the requestorId field. | |
BUInt32 | fill3:7 |
BUInt32 | data [PcieMaxPayloadSize] |
The data words (Max of 1024 bytes but can be increased) | |