Visible to Intel only — GUID: aye1710813202494
Ixiasoft
Visible to Intel only — GUID: aye1710813202494
Ixiasoft
4.5.2. D2H AXI-ST Sink (d2h_st_respndr)
The D2H AXI Sink interface is used to sink D2H DMA data from the external AXI source logic.
Interface clock: axi_st_clk
Signal Name | Direction | Description |
---|---|---|
d2h_axi_st_tvalid | Input | Indicates that the source is driving a valid transfer |
d2h_axi_st_tready | Output | Indicates that the sink can accept a transfer in the current cycle.
Note: The readyLatency parameter defined in Avalon specification is supported. By default the value is '0'.
|
d2h_axi_st_tdata[1023:0] | Input | Data interface |
d2h_axi_st_tkeep[127:0] | Input | A byte qualifier used to indicate whether the content of the associated byte is valid. The invalid bytes are allowed only during d2h_axi_st_tlast cycle. The sparse tkeep is not allowed. |
d2h_axi_st_tlast | Input | Indicates end of data transmission |
d2h_axi_st_tid[11:0] | Input | Stream ID, indicates channel number |
d2h_axi_st_tuser_metadata[63:0] | Input | Descriptor 8-byte metadata. Available only when metadata support is enabled through the IP Parameter Editor. |