pgp-pcie-apps Documentation

DOE Code

Firmware and software for moving data between PGP-protocol optical links (typically connected to detectors) and a PCIe DMA engine. Virtual channels and higher-level routing are owned by the software stack; this repo provides the PGP↔DMA/AXI-PCIe plumbing and the board-specific target designs that build into .bit and .mcs artefacts.

Top-level diagram of the pgp-pcie-apps firmware + software stack

The repository is hardware-agnostic and supports multiple Xilinx carrier boards via the firmware/targets/ tree.

Features

  • Protocol-lane handlers for PGP2b / PGP3 / PGP4 and HTSP 100G, built on surf.

  • AXI-PCIe DMA integration via axi-pcie-core — see the axi-pcie-core documentation.

  • PyRogue-based scripts under software/scripts/ for register access, monitoring, PRBS testing, and on-the-fly FPGA reprogramming.

Getting Started