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

ID 817713
Date 11/04/2024
Public
Document Table of Contents

2.3.4. Steps to Run Simulation using Riviera-PRO*

Working Directory

<example_design>/pcie_ed_tb/pcie_ed_tb/sim/aldec/

Instructions

  1. Invoke the Riviera-PRO* simulator by using the command.
    vsim -c -do rivierapro_setup.tcl 
  2. Run the command below in the Riviera-PRO* console window to enable FASTSIM + PIPE mode.
    set USER_DEFINED_COMPILE_OPTIONS “+define+IP7521SERDES_UX_SIMSPEED +define+SM_PIPE_MODE"
  3. Run the following command in the Riviera-PRO* console window to compile and simulate the design:
    ld
    run -all
  4. A successful simulation ends with the following message in the simulation.log file that was generated.
    "Simulation stopped due to successful completion!"