Quartus® Prime Pro Edition User Guide: Third-party Simulation

ID 683870
Date 9/30/2024
Public
Document Table of Contents

1.10.1. Enabling Precompiled Simulation Libraries

You can enable use of precompiled simulation libraries by specifying settings in the EDA Simulation Library Compiler GUI, or by specifying commands in batch mode at a terminal window.

Enabling Precompiled Simulation Libraries in the GUI

  1. In the Quartus® Prime Pro Edition software, click Tools > Launch Simulation Library Compiler.
  2. On the Settings tab, enable the Compatible mode for Quartus simulation flow option to enable use of precompiled libraries by default.
    Figure 11. Enabling Precompiled Simulation Libraries in the GUI


  3. Click the Start Compilation button to perform one-time compilation of the device libraries.

Enabling Precompiled Simulation Libraries in Batch Mode

Specify the -mode quartus option in a terminal window, as the following example shows:

quartus_sh –simlib_comp -family agilex7 -tool questasim -mode quartus \
-language verilog -gen_only -cmd_file compile.do

When you specify this option, the Simulation Library Compiler generates separate tile-specific variants of libraries, rather than merging all libraries into one. This method is specifically useful when working with Quartus® Prime- or Platform Designer-generated simulation scripts.