AXI Streaming Intel® FPGA IP for PCI Express* User Guide

ID 790711
Date 1/24/2025
Public
Document Table of Contents

3.6.1.1.1. Siemens EDA QuestaSim* Simulator

To run simulations using the Siemens EDA QuestaSim* simulator, perform the following steps:

  1. Go to the simulation working directory: cd <my_design>/pcie_ss_ed_sim_tb/pcie_ss_ed_sim_tb/sim/mentor/.
  2. Invoke vsim (by typing vsim, which brings up a console window where you can run the following commands):
    1. set TOP_LEVEL_NAME "pcie_ss_ed_sim_tb.pcie_ss_ed_sim_tb"
    2. do run_msim.tcl
    3. A successful simulation ends with the following message: "Simulation stopped due to successful completion!".
      Note: When running simulations under the Windows* OS, if your project path is too long, you may encounter access errors to the design files. To avoid this, shorten your project path as much as possible. The longest path for any design file should be less than 189 characters.