Running the RTL Traffic Generator with AI Engine Simulation - 2025.2 English - UG1701

Embedded Design Development Using Vitis User Guide (UG1701)

Document ID
UG1701
Release Date
2025-11-20
Version
2025.2 English

You can launch the external process using the following steps:

  1. If already inside the Vivado project, after the project hierarchy is updated after adding the required sources, you can run the simulation from Vivado. Refer to Vivado Design Suite User Guide: Logic Simulation (UG900) for more information.
  2. If outside the Vivado project, after the export_sim directory is generated with required simulation scripts, you can traverse inside the appropriate simulator directory and run the <top_module_name>.sh script to launch the RTL simulation.
  3. Also, simultaneously launch the AI Engine simulator process as already mentioned. For details on how to run the aiesimulator command, refer to AI Engine Tools and Flows User Guide (UG1076).

After simulation is launched you can see the traffic propagating to and from the user RTL.

Tip: For more details on how to integrate and launch the external RTL traffic generator with AI simulation process refer to the tutorial.