Scalable Scatter-Gather DMA Intel® FPGA IP User Guide

ID 823097
Date 4/07/2025
Public
Document Table of Contents

4.2.1. Application Packet Receive Interface

This interface presents the inbound PCIe TLP packet. Connect this interface to AXI4-Stream Receive (RX) interface of GTS AXI Streaming Intel® FPGA IP for PCI Express.

Clock Domain: ss_axi_st_clk

Reset: ss_axi_st_aresetn

Data width of PCIe IP AXI-ST and RX Interface (SS_ST_DWD) = 128, 256
Table 35.  APP AXI ST RX Interface
Signal Name Direction Description
ss_app_st_rx_tvalid IN Indicates that the source is driving a valid transfer
app_ss_st_rx_tready OUT
  • Indicates that the sink can accept a transfer in the current cycle.
  • By default, the value is '0'.

ss_app_st_rx_tdata[

(SS_ST_DWD-1):0]

IN
  • Data interface with configurable width specified by SS_ST_DWD parameter.

ss_app_st_rx_tkeep[

(SS_ST_DWD/8-1):0]

IN
  • A byte qualifier used to indicate whether the content of the associated byte is valid.
  • The invalid bytes are allowed only during ss_app_st_rx_tlast cycle
  • The sparse ss_app_st_rx_tkeep is not allowed
ss_app_st_rx_tlast IN Indicates End of Data/Command Transmission