R-Tile Avalon® Streaming Intel® FPGA IP for PCI Express* Design Example User Guide

ID 683544
Date 4/12/2024
Public
Document Table of Contents

1.4. Functional Description for the Performance Design Example for TL Bypass Mode

Note:
This design example is only supported in devices with the following OPN numbers:
  • AGIx027R29AxxxxR3
  • AGIx027R29AxxxxR2
  • AGIx027R29BxxxxR3
  • AGIx023R18AxxxxR0
  • AGIx041R29DxxxxR0
  • AGIx041R29DxxxxR1
  • AGMx039R47AxxR0
For more details on OPN decoding, refer to the Agilex™ 7 FPGAs and SoCs Device Overview. This design example supports the Agilex™ 7 I-series development kit.

In the Quartus® Prime 24.1 release, this design example only has CTH support.

The Performance design example in TL Bypass performs memory transfers from the R-Tile Avalon Streaming Intel FPGA IP for PCIe in TL Bypass to the host system memory. You can configure the Traffic Generator design example to send:
  • Memory Write-only TLPs
  • Memory Read-only TLPs
  • Both Memory Write and Memory Read TLPs

There is a traffic counter implemented in the FPGA Application logic to measure the amount of traffic being generated. To make a traffic measurement, the software application running on the host side issues a memory read TLP, acquires the counter value, and prints the traffic generated on the system terminal. The software application performs a memory write to the control register within the Application logic to start and stop the traffic.

Figure 13. High-Level View of the Traffic Generator Design Example in TL Bypass

The Performance design example in TL Bypass includes all the necessary files to be compiled in the Quartus® Prime software. It supports the Gen5 1x16, 1024-bit interface Hard IP Mode (upstream mode only), with a 500MHz clock frequency.

The design example also includes the following components:
  • The generated R-Tile Avalon Streaming Hard IP Endpoint variant (DUT) in TL Bypass. This component interacts with the root complex at the other end of the PCIe link and translates the data on the PCIe link into the Avalon Streaming (AvalonST) data format.
  • The pioperf_multitlp_adapter (Avalon-ST Interface Adapter) module converts the four data segments of the Avalon-ST interface into two single-segment streams of Avalon-ST data.
  • The pioperf_rx_diverter module diverts Memory Write, Memory Read and Completion TLPs from the Host to their respective destinations for further processing.
  • The pioperf_rx_intf (RX Interface) module decodes the TLP headers and data from the pioperf_rx_diverter module. It also extracts the information needed to construct the TLP header of the Completion data such as the requester ID, tag, attribute, Traffic Class (TC) and byte count.
  • The pioperf_wr_traffic_gen (Write Traffic Controller) module generates memory writes based on the information in the control register.
  • The pioperf_rd_traffic_gen (Read Traffic Controller) module generates Memory Read TLPs based on the information in the control register. Every Memory Read request is monitored until the arrival of its corresponding Completion.
  • The crdt_intf module updates the necessary credits between the DUT and the pioperf_multitlp_adapter to ensure proper flow control for the received and transmitted TLPs.
  • The Reset Release IP holds the control circuit in reset until the FPGA has fully entered into user mode. The FPGA asserts the INIT_DONE output to signal that the device is in user mode. The Reset Release IP generates an inverted version of the internal INIT_DONE signal to create the nINIT_DONE output.
Figure 14. Gen5 1x16 Performance Design Example in TL Bypass
Figure 15.  Platform Designer System Contents for the R-Tile Gen5 1x16 Performance Design Example in TL Bypass