Visible to Intel only — GUID: iub1661816840077
Ixiasoft
Answers to Top FAQs
1. Intel FPGA Simulation Basics
2. Siemens EDA QuestaSim* Simulator Support
3. Synopsys VCS* and VCS MX Support
4. Aldec Active-HDL and Riviera-PRO Support
5. Cadence Xcelium* Parallel Simulator Support
6. Intel® Quartus® Prime Pro Edition User Guide Third-party Simulation Archive
A. Intel® Quartus® Prime Pro Edition User Guides
1.1. Intel FPGA Simulation Essential Elements
1.2. Overview of Simulation Tool Flow
1.3. Simulation Tool Flow
1.4. Supported Simulation Types
1.5. Supported Hardware Description Languages
1.6. Supported Simulators
1.7. Post-Fit Simulation Support by Intel FPGA Family
1.8. Intel FPGA Simulation Basics Revision History
Visible to Intel only — GUID: iub1661816840077
Ixiasoft
1.3.2.1. Inputs to Compilation Commands
Compilation commands accept the following inputs:
- An ordered list of one or more HDL file names, usually file names separated by spaces.
Note: The file order is important in some cases, as Order of Files for Compilation Commands explains.
- (Optional) Command line options to configure the compilation behavior, as Compilation Command-Line Options describes.
- (Optional) The name of the logical library or a library directory name. When not specified, the logical library default value is the work library, as Specifying Logical Libraries describes.
Note:
- You can compile two or more files using a single compilation command if you can compile them into the same library, and they require the same compilation options. The compilation command can take a list of HDL files as input.
- You can compile files defining modules that are not part of the design or testbench. The elaboration stage ignores such modules. In fact, in practice, you typically compile many more modules than are required to simulate the top-level testbench module.
The compilation command generates outputs, as Compilation Stage describes.