dma_s_axis_h2c_tdata[C_M_AXI_DATA_WIDTH-1:0] |
I |
Data input for H2C AXI4-Stream
|
dma_s_axis_h2c_qid[10:0] |
I |
Queue ID |
dma_s_axis_h2c_port_id[2:0] |
I |
Port ID |
dma_s_axis_h2c_err |
I |
If set, indicates that the packet has an error. This error could be
from PCIe, or the QDMA might
have encountered a double bit error. |
dma_s_axis_h2c_mdata[31:0] |
I |
Metadata |
dma_s_axis_h2c_mty[5:0] |
I |
The number of bytes that are invalid on the last beat of the
transaction. |
dma_s_axis_h2c_zero_byte |
I |
When set, it indicates that the current beat is an empty beat (zero
bytes are being transferred) |
dma_s_axis_h2c_tvalid |
I |
Valid |
dma_s_axis_h2c_tlast |
I |
Indicates the last cycle of the packet transfer |
dma_s_axis_h2c_tready |
O |
Ready |
dma_s_axis_h2c_par[C_M_AXI_DATA_WIDTH/8-1:0] |
I |
Odd parity calculated bit-per-byte over
dma_s_axis_h2c_tdata .
m_axis_h2c_dpar[0] is a parity that is
calculated over dma_s_axis_h2c_tdata[7:0] .
dma_s_axis_h2c_dpar[1] is a parity that is
calculated over dma_s_axis_h2c_tdata[15:8] , and so
on. |