4.1.1.1. PCIe* TLP Constructor
4.1.1.2. PCIe* TLP ID Generation
4.1.1.3. PCIe TX Credit Controller
4.1.1.4. PCIe* TX Scheduler
4.1.1.5. PCIe TLP Completer
4.1.1.6. PCIe RX Router
4.1.1.7. PCIe* MSI-X Controller
4.1.1.8. PCIe BAR0
4.1.1.9. PCIe Bursting Manager (BAM)
4.1.1.10. Completion Timeout Parser
4.1.1.11. Control Shadow Parser
5.2.1. Application Packet Receive Interface
5.2.2. Application Packet Transmit Interface
5.2.3. Control Shadow Interface
5.2.4. Transmit Flow Control Credit Interface
5.2.5. Completion Timeout Interface
5.2.6. PCIe* Miscellaneous Signals
5.2.7. Control and Status Register Responder Manager Interface
5.2.8. Bursting Manager Interface
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
| 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 |