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.
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.
- Open the vcs_setup.sh file and add a debug option to the VCS* command:
vcs -debug_access+all
- 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
- Start the simulation in interactive mode.
simv -gui &