JESD204B Intel® FPGA IP Design Example User Guide: Intel® Quartus® Prime Standard Edition

ID 683094
Date 10/31/2022
Public
Document Table of Contents

1.1.3.1. Procedure

To compile and simulate the design:
  1. Change the working directory to <example_design_directory>/ed_sim/
  2. Type one of the following to generate the simulation files:
    • For verilog: quartus_sh -t gen_ed_sim_verilog.tcl
    • For vhdl: quartus_sh -t gen_ed_sim_vhdl.tcl
  3. Change the working directory to <example_design_directory>/ed_sim/testbench/<Simulator>.
  4. Run the simulation script for the simulator of your choice. Refer to the table below.
    Simulator Command
    ModelSim* do run_tb_top.tcl
    VCS* / VCS* MX sh run_tb_top.sh
    Aldec do run_tb_top.tcl
    Xcelium* sh run_tb_top.sh
    A successful simulation ends with the following message, "Simulation stopped due to successful completion! Simulation passed."