Visible to Intel only — GUID: uxp1713774508133
Ixiasoft
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.
- Open the vcsmx_setup.sh file and add a debug option to the VCS* command:
vcs -debug_access+all
- 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
- Start the simulation in interactive mode.
simv -gui &