Scalable Scatter-Gather DMA FPGA IP User Guide

ID 823097
Date 9/22/2025
Public
Document Table of Contents

5.2.7. Control and Status Register Responder Manager Interface

Control and Status Register Interface to access mapped PCIe* configuration space and registers. Connect this interface to Control and Status Register Responder interface of GTS AXI Streaming Intel® FPGA IP for PCI Express.

Clock Domain: axi_lite_clk

Reset: ss_axi_lite_aresetn

Table 43.  Control and Status Register Responder Interface
Signal Name Direction Description
Write Address Channel
app_ss_lite_csr_awvalid OUT Indicates that the write address channel signals are valid
ss_app_lite_csr_awready IN Indicates that a transfer on the write address channel can be accepted
app_ss_lite_csr_awaddr [SS_CSR_AWD-1:0] OUT The address of the first transfer in a write transaction. The default value of SS_CSR_AWD = 20
app_ss_lite_csr_awprot [2:0] OUT Protection attributes of a write transaction: privilege, security level, and access type
Write Data Channel
app_ss_lite_csr_wvalid OUT Indicates that the write data channel signals are valid
ss_app_lite_csr_wready IN Indicates that a transfer on the write data channel can be accepted
app_ss_lite_csr_wdata [SS_CSR_DWD-1:0] OUT

Write Data

The default value of SS_CSR_DWD=32

app_ss_lite_csr_wstrb [SS_CSR_DWD/8-1:0] OUT Write strobes, indicate which byte lanes hold valid data
Write Response Channel
ss_app_lite_csr_bvalid IN Indicates that the write response channel signals are valid
app_ss_lite_csr_bready OUT Indicates that a transfer on the write response channel can be accepted
ss_app_lite_csr_bresp[1:0] IN Write response, indicates the status of a write transaction
Read Address Channel
app_ss_lite_csr_arvalid OUT Indicates that the read address channel signals are valid
ss_app_lite_csr_arready IN Indicates that a transfer on the read address channel can be accepted
app_ss_lite_csr_araddr [SS_CSR_AWD-1:0] OUT

The address of the first transfer in a read transaction.

The default value of SS_CSR_AWD = 20

app_ss_lite_csr_arprot [2:0] OUT Protection attributes of a read transaction: privilege, security level, and access type
Read Data Channel
ss_app_lite_csr_rvalid IN Indicates that the read data channel signals are valid
app_ss_lite_csr_rready OUT Indicates that a transfer on the read data channel can be accepted
ss_app_lite_csr_rdata [SS_CSR_DWD-1:0] IN

Read data

The default value of SS_CSR_DWD =32

ss_app_lite_csr_rresp[1:0] IN Read response, indicates the status of a read transfer