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

ID 817713
Date 5/09/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.3.2.1. Running VCS* MX Simulation in Interactive Mode

Note: If you already generated a simv executable in noninteractive mode, delete the simv and simv.daidir directories.
  1. Open the vcsmx_setup.sh file and add a debug option to the VCS* command:
    vcs -debug_access+all
  2. Compile the design example.
    Table 5.   VCS* Compilation Commands
    Note: The commands below are single-line commands.
    Mode Command
    FASTSIM
    sh vcsmx_setup.sh USER_DEFINED_COMPILE_OPTIONS="+define+IP7581SERDES_UX_SIMSPEED\ -sverilog\ " USER_DEFINED_ELAB_OPTIONS="" SKIP_SIM=1
    non-FASTSIM
    sh vcsmx_setup.sh USER_DEFINED_COMPILE_OPTIONS="-sverilog\ " USER_DEFINED_ELAB_OPTIONS="" SKIP_SIM=1
    
  3. Start the simulation in interactive mode.
    simv -gui &