Visible to Intel only — GUID: sfq1698887493411
Ixiasoft
3.3.1.5. Steps to Run Simulation : Riviera-PRO*
Simulation Flow starting with Quartus® Prime 22.4 version
- Generate the example design
- Run the simulation commands below
-
cd <my_design>/pcie_ed_tb/pcie_ed_tb/sim/aldec
- Invoke vsim by using command:
vsim -c -do rivierapro_setup.tcl
-
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”
-
set USER_DEFINED_ELAB_OPTIONS "-nocvg -dbg -05"
-
ld
-
run -all
- A successful simulation ends with the following message:
"Simulation stopped due to successful completion!"
-