Visible to Intel only — GUID: nsv1677694873093
Ixiasoft
1. About the P-tile Avalon® Streaming Intel® FPGA IP for PCI Express Design Examples
2. Quick Start Guide
3. P-tile Avalon® Streaming IP for PCI Express* Design Example User Guide Archives
4. Document Revision History for the Intel® P-Tile Avalon® Streaming Hard IP for PCIe* Design Example User Guide
Visible to Intel only — GUID: nsv1677694873093
Ixiasoft
2.3.1.1. Running Simulations Using QuestaSim*
From the Intel® Quartus® Prime 22.3 release onward, use the QuestaSim* 2022.3 version.
To run simulations using the Siemens EDA QuestaSim* or Questa Intel® FPGA Edition simulators, follow these steps:
- Go to the working directory <example_design>/pcie_ed_tb/pcie_ed_tb/sim/mentor/.
- Invoke vsim (by typing vsim, which brings up a console window where you can run the following commands).
- Type: set USER_DEFINED_ELAB_OPTIONS "-voptargs=\"-noprotectopt\""
- Type: do msim_setup.tcl
Note: Alternatively, instead of doing Steps 2 and 3, you can type: vsim -c -do msim_setup.tcl.
- Type: ld_debug
- Type: run -all
- A successful simulation ends with the following message, "Simulation stopped due to successful completion!".