Visible to Intel only — GUID: hco1416491667510
Ixiasoft
Visible to Intel only — GUID: hco1416491667510
Ixiasoft
5.2.5. Functional Simulation with VHDL
Prior to Quartus® Prime version 15.1, the VHDL fileset was comprised entirely of VHDL files. Beginning with Quartus® Prime version 15.1, only the top-level IP instance file is guaranteed to be written in VHDL; submodules can still be deployed as Verilog/SystemVerilog (encrypted or plain text) files, or VHDL files. Note that the Questa - Intel FPGA Edition is no longer restricted to a single HDL language as of Quartus® Prime 15.1; however, some files may still be encrypted in order to be excluded from the maximum unencrypted module limit of this tool.
Because the VHDL fileset consists of both VHDL and Verilog files, you must follow certain mixed-language simulation guidelines. The general guideline for mixed-language simulation is that you must always link the Verilog files (whether encrypted or not) against the Verilog version of the libraries, and the VHDL files (whether SimGen-generated or pure VHDL) against the VHDL libraries.
Simulation scripts for the Synopsys* , Cadence, Aldec, and Siemens EDA simulators are provided for you to run the example design. These simulation scripts are located in the following main folder locations:
Simulation scripts in the simulation folders are located as follows:
- sim\ed_sim\mentor\msim_setup.tcl
- sim\ed_sim\synopsys\vcsmx\vcsmx_setup.sh
- sim\ed_sim\synopsys\vcs\vcs_setup.sh
- sim\ed_sim\cadence\xcelium_setup.sh
- sim\ed_sim\aldec\rivierapro_setup.tcl
For more information about simulating Verilog HDL or VHDL designs using command lines, refer to the Quartus® Prime Pro Edition User Guide, Third-party Simulation.