| DuneNvme 1.0.2 This is a simple NVMe test environment that allows experimentation with the low level PCIe NVMe interfaces as available on a Xilinx FPGA environment. |
NvmeRequestPacket Class Reference
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 [MaxPayloadSize] |
| The data words (Max of 1024 bytes but can be increased) | |
The documentation for this class was generated from the following file:
- /src/dune/source/DuneNvme/test/NvmeAccess.h
Generated by
1.8.15 
