Scalable Scatter-Gather DMA Intel® FPGA IP User Guide

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

3.1.1.2. PCIe* TLP ID Generation

The TLP ID generation module generates the Transaction ID field for each outgoing memory read and write request packet, then passes the generated ID to the TLP Constructor module.

The following figures shows the transaction ID field that consist of two major sub-fields: Requester ID and Tag. SSGDMA IP supports up to 8-bit tag only.

Figure 2. Transaction ID Field
The module keeps track on both transmitted tags to TLP constructor and returned completion tags from TLP Completer to derive the current available number of tags for the on-going TX transaction.
The following figure shows the PCIe* header format for 64-bit addressing of memory.
Figure 3. PCIe Header for Memory Request TLP with 64Bit Addressing (4DW Header)

The PCIe specification defined standard header format is mapped to the AXI-Streaming Tdata interface of the GTS AXI Streaming IP for PCI Express as shown in the figure below.

Figure 4. PCIe Header Mapping on Tdata Bus (4DW Header)
The following table shows the requester ID field which is the combination of a Requester Bus Number, Device Number, and Function Number that uniquely identifies the Requester within a Hierarchy.
Table 7.  Request ID Field and Header Location
Field Header Location
Bus Number [7:0] Bits 7:0 of Byte 4
Device Number [4:0] Bits 7:3 of Byte 5
Function Number [2:0] Bits 2:0 of Byte 5