Visible to Intel only — GUID: agp1657046286915
Ixiasoft
Visible to Intel only — GUID: agp1657046286915
Ixiasoft
5.1.4. Simulating the Design Example
To simulate the example design in the Quartus® Prime software using the Synopsys* simulator, follow these steps:
- At the Linux* shell command prompt, change directory to sim\ed_sim\synopsys\vcsmx
- Run the simulation by typing the following command at the command prompt:
sh vcsmx_setup.sh
To simulate the example design in the Quartus® Prime software using the Siemens EDA simulator, follow these steps:
- At the Linux or Windows shell command prompt, change directory to sim\ed_sim\mentor
- Execute the msim_setup.tcl script that automatically compiles and runs the simulation by typing the following command at the Linux or Windows command prompt:
vsim -do msim_setup.tcl
or
Type the following command at the ModelSim* command prompt:
source msim_setup.tcl
This command compiles all the design files, elaborates the top-level design, and runs the simulation.
If you require the -voptargs=+acc option, open the msim_setup.tcl script, go to the end of the file, and search for the
- Open the msim_setup.tcl script in an editor.
- Go to the end of the file, and search for the ld command.
- Change the ld command to ld_debug, and run the command again. The end of the cfile should look like this:
ld_debug run -all
For more information about simulating the external memory interface using the Siemens EDA simulator, refer to the Simulating External Memory Interface IP With ModelSim chapter in the External Memory Interfaces Agilex™ 7 M-Series FPGA IP Design Example User Guide.
For more information about simulation, refer to the Quartus® Prime Pro Edition User Guide, Third-party Simulation.
If your Quartus® Prime project appears to be configured correctly but the example testbench still fails, check the known issues on the Altera FPGA Knowledge Base before filing a service request.