External Memory Interfaces Intel® Stratix® 10 FPGA IP User Guide

ID 683741
Date 3/11/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.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.