GTS Dynamic Reconfiguration Controller IP User Guide: Agilex™ 5 FPGAs and SoCs

ID 849710
Date 10/22/2025
Public
Document Table of Contents

9.1.1. Simulating the Testbench Flow

Follow these steps to simulate the testbench:

  1. At the command prompt, change to the testbench simulation directory <design_example_dir>/example_testbench.
    cd <my_design>/example_testbench
  2. Run the simulation script for the supported simulator of your choice. The script compiles and runs the testbench in the simulator.
    Table 28.  Commands to Simulate the Testbench in Supported Simulators
    Simulator Instructions
    Synopsys VCS* MX In the command line, type:
    sh run_vcsmx.sh
    QuestaSIM* or Questa*-Altera® FPGA Edition In the command line, type:
    vsim -do run_vsim.do
    If you prefer to simulate without bringing up the GUI, type:
    vsim -c -do run_vsim.do
    Cadence Xcelium* (version 23.09.004) In the command line, type:
    sh run_xcelium.sh
    Note: Aldec Riviera simulator is currently not supported.
  3. Analyze the results. The successful simulation displays "Testbench Passed" or "Test Case Passed" message.