Visible to Intel only — GUID: lsr1680169561428
Ixiasoft
3.3.1.3. Steps to Run Simulation : Questa*
Working Directory
<example_design>/ pcie_ed_tb/pcie_ed_tb/sim/mentor/
Instructions
- Invoke vsim (by typing vsim, which brings up a console window where you can run the following commands).
- do msim_setup.tcl
- set TOP_LEVEL_NAME "pcie_ed_tb.pcie_ed_tb" [required for Windows environment only]
- Enable FASTSIM mode or FASTSIM + PIPE mode for simulation. You can skip this step if none of these modes is required for your simulation.
For FASTSIM + PIPE mode:Note: The Enable PIPE Mode Simulation option in the IP Parameter Editor must be enabled before generating the design example.
set USER_DEFINED_COMPILE_OPTIONS "+define+gdrb_GDR_PCIE_SS_DV +define+GDR_FASTSIM_AIB_BYPASS +define+IP7581SERDES_UX_SIMSPEED"
- ld_debug
- run -all
- A successful simulation ends with the following message:
"Simulation stopped due to successful completion!"