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

ID 817713
Date 5/09/2024
Public
Document Table of Contents

2.3.1.1. Running VCS* 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 vcs_setup.sh file and add a debug option to the VCS* command:
    vcs -debug_access+all
  2. Compile the design example.
    Table 3.   VCS* Compilation Commands
    Note: The commands below are single-line commands.
    Mode Command
    FASTSIM
    sh vcs_setup.sh USER_DEFINED_ELAB_OPTIONS="+define+IP7581SERDES_UX_SIMSPEED\ " SKIP_SIM=1
    non-FASTSIM
    sh vcs_setup.sh USER_DEFINED_ELAB_OPTIONS="" SKIP_SIM=1
  3. Start the simulation in interactive mode.
    simv -gui &