A newer version of this document is available. Customers should click here to go to the newest version.
1. Overview
2. Quick Start Guide
3. Configuring and Generating the GTS AXI Multichannel DMA IP for PCI Express
4. Integrating the IP With Your Application
5. Simulating the IP
6. Validating the IP
A. Appendix A: Functional Description
B. Appendix B: Registers
C. Document Revision History for the GTS AXI Multichannel DMA IP for PCI Express*
2.1.1. Downloading and Installing Quartus® Prime Software
2.1.2. Configuring and Generating the GTS AXI Multichannel DMA IP for PCI Express
2.1.3. Configuring and Generating the GTS AXI Streaming Intel FPGA IP for PCI Express
2.1.4. Configuring and Generating the GTS System PLL Clocks Intel FPGA IP
2.1.5. Configuring and Generating the GTS Reset Sequencer Intel FPGA IP
2.1.6. Configuring and Generating the Reset Release IP
2.1.7. Instantiating and Connecting the IP Interfaces
2.1.8. Simulate, Compile and Validate the Design on Hardware
4.4.1. PCIe AXI-Stream TX Interface (ss_tx_st)
4.4.2. PCIe AXI-Stream RX Interface (ss_rx_st)
4.4.3. Control and Status Register Interface (ss_csr_lite)
4.4.4. Transmit Flow Control Credit Interface (ss_txcrdt)
4.4.5. Configuration Intercept Interface (CII)
4.4.6. Completion Timeout Interface (ss_cplto)
4.4.7. Function Level Reset (FLR) Interface
4.4.8. Control Shadow Interface (ss_ctrlshadow)
4.4.9. Error Interface
4.5.1. H2D AXI-Stream Manager (h2d_st_initatr)
4.5.2. D2H AXI-Stream Subordinate (d2h_st_respndr)
4.5.3. H2D/D2H AXI-MM Manager (dma_mm_initatr)
4.5.4. BAM AXI-MM Manager (bam_mm_initatr)
4.5.5. BAS AXI-MM Subordinate (bas_mm_respndr)
4.5.6. PIO AXI-Lite Manager (pio_lite_initiatr)
4.5.7. HIP Reconfiguration AXI-Lite Subordinate (user_csr_lite)
4.5.8. User Event MSI-X (user_msix)
4.5.9. User Event MSI (user_msi)
4.5.10. User Function Level Reset (user_flr)
4.5.11. User Configuration Intercept Interface
4.5.12. Configuration Slave (cs_lite_respndr)
A.1.1.1. H2D Data Mover
A.1.1.2. D2H Data Mover
A.1.1.3. Descriptors
A.1.1.4. AXI4-Lite PIO Manager
A.1.1.5. AXI-MM Write (H2D) and Read (D2H) Manager
A.1.1.6. AXI-Stream Manager (H2D) and Subordinate (D2H)
A.1.1.7. User MSI-X
A.1.1.8. User Function Level Reset (FLR)
A.1.1.9. Control and Status Registers
4.5.11.1. User Configuration Intercept Request Interface (user_cii_req)
Interface clock: axi_lite_clk
Signal Name | Direction | Description |
---|---|---|
dma_user_st_ciireq_tvalid | Output | When asserted, indicates a valid CFG request cycle is waiting to be intercepted. Deasserted when user_dma_st_ciireq_tready is asserted. |
user_dma_st_ciireq_tready | Input | Application asserts this signal for one clock to acknowledge that dma_user_st_ciireq_tvalid is seen by the responder. |
dma_user_st_ciireq_tdata[0] | Output | hdr_poisoned: The poisoned bit in the received TLP header on the CII. |
dma_user_st_ciireq_tdata[4:1] | Output | hdr_first_be: The first dword byte enable field in the received TLP header on the CII. |
dma_user_st_ciireq_tdata[9:5] | Output | Reserved. |
dma_user_st_ciireq_tdata[12:10] | Output | func_num: The PF number in the received TLP header on the CII. |
dma_user_st_ciireq_tdata[23:13] | Output | vf_num: The child VF number of the parent PF in the received TLP header on the CII. |
dma_user_st_ciireq_tdata[24] | Output | vf_active: Indicates the VF number is valid in the received TLP header on the CII. |
dma_user_st_ciireq_tdata[25] | Output | wr: Indicates a configuration write request is detected in the received TLP header on the CII. Also, indicates that ss_app_st_ciireq_tdata[67:36] is valid. |
dma_user_st_ciireq_tdata[35:26] | Output | addr: The double-word register address in the received TLP header on the CII. |
dma_user_st_ciireq_tdata[67:36] | Output | dout: Received TLP payload data from the link partner to your application client. The data is in little endian format. The first received payload byte is in [43:36]. |
dma_user_st_ciireq_tdata[71:68] | Output | Reserved. |