Test Engine FPGA IP User Guide: Agilex™ 5 and Agilex™ 7 FPGAs

ID 817758
Date 7/08/2024
Public
Document Table of Contents

5.3. User programs

Software programs for every driver type.

Contents

The Design Example software scripts provide the following:
  • Tutorial programs demonstrating usage of the software APIs to describe traffic patterns

  • Programs for AXI traffic patterns used by memory IP (such as EMIF, HBM, MemSS) design examples.

Getting Started

Run the below command to get details on the available script options:
quartus_py main.py --help
Run the below command with sample options to compile the default traffic programs and output the binary:
quartus_py main.py --ipdir=<parent dir containing .qsys and .ip files>

You can use these scripts as a template to create your own traffic programs.

Disclaimers

The tutorial programs are not guaranteed to work with all example designs. They are only provided to showcase the usage of the software APIs.