Visible to Intel only — GUID: tyj1499806929767
Ixiasoft
1.8. (Optional) Run Simulation at Command Line
Follow these steps to generate a .do file that runs the ModelSim* - Intel® FPGA Edition simulator from the command line.
- To open the example design project, click File > Open Project, select the pll_ram.qpf project file, and then click OK. The project opens in the Intel® Quartus® Prime GUI.
- Click Assignments > Settings > EDA Tool Settings > Simulation > More NativeLink Settings.
- Enable Generate third-party EDA tool command scripts without running the EDA tool, and then click OK. In the Settings dialog box, click OK.
- To compile the design and generate the .do file, click Processing > Start Compilation.
- Click Tools > Run Simulation Tool > RTL Simulation. The Intel® Quartus® Prime software generates the PLL_RAM_run_msim_rtl_verilog_do file that defines the compilation and simulation instructions for the ModelSim* - Intel® FPGA Edition simulator in the /simulation/modelsim/ directory in your project.
- In the ModelSim* - Intel® FPGA Edition software, open the PLL_RAM_run_msim_rtl_verilog.do file. This file contains all the commands and library inclusions the simulation requires.
- In the Transcript window (View > Transcript), type the following command and press Enter:
do PLL_RAM_run_msim_rtl_verilog_do
The ModelSim* - Intel® FPGA Edition simulator runs compilation and simulation, as the .do file specifies.