External Memory Interfaces Agilex™ 7 F-Series and I-Series FPGA IP User Guide

ID 683216
Date 3/29/2024
Public
Document Table of Contents

11.8.2. Running Infinite Traffic using the Default Traffic Generator

By default, the traffic generator runs through one iteration of its tests. For general debugging, you may find it preferable to let the tests run continuously.

To configure the tests to run continuously, follow these steps:

  1. Locate the ed_synth.tg.v file in the <project_directory>/ip/ ed_synth/ed_synth_tg/synth directory and open the file in a text editor.
  2. Search for .TEST_DURATION ("SHORT"), and change it to .TEST_DURATION ("INFINITE"),
  3. Save your change, recompile the design, and rerun the simulation for the change to take effect.