H2C Channel 0-3 AXI4-Stream Interface Signals - 3.4 English

Versal Adaptive SoC CPM DMA and Bridge Mode for PCI Express Product Guide (PG347)

Document ID
PG347
Release Date
2023-11-20
Version
3.4 English
Table 1. H2C Channel 0-3 AXI4-Stream Interface Signals
Signal Name 1 Direction Description
dma0_m_axis_h2c_x_tready I Assertion of this signal by the user logic indicates that it is ready to accept data. Data is transferred across the interface when dma0_m_axis_h2c_tready and dma0_m_axis_h2c_tvalid are asserted in the same cycle. If the user logic deasserts the signal when the valid signal is High, the DMA keeps the valid signal asserted until the ready signal is asserted.
dma0_m_axis_h2c_x_tlast O The DMA asserts this signal in the last beat of the DMA packet to indicate the end of the packet.

dma0_m_axis_h2c_x_tdata

[DATA_WIDTH-1:0]

O Transmit data from the DMA to the user logic.
dma0_m_axis_h2c_x_tkeep

[DATA_WIDTH/8-1:0]

O tkeep will be all 1s except when dma0_m_axis_h2c_x_tlast is asserted.
dma0_m_axis_h2c_x_tvalid O The DMA asserts this whenever it is driving valid data on dma0_m_axis_h2c_tdata.
dma0_m_axis_h2c__x_tuser

[DATA_WIDTH/8-1:0]

O Parity bits. This port is enabled only in Propagate Parity mode.
  1. _x in the signal name changes based on the channel number 0, 1, 2, and 3. For example, for channel 0 use the dma0_ m_axis_h2c_tready_0 port, and for channel 1 use the dma0_m_axis_h2c_tready_1 port.