Article ID: 000094515 Content Type: Error Messages Last Reviewed: 05/02/2023

Error (suppressible): (vopt-2732) ../quartus/eda/sim_lib/tennm_atoms.sv(6002) : Module parameter 'a_iossm_is_calib_master' not found for override.

Environment

    Intel® Quartus® Prime Pro Edition
    ModelSim*-Intel® FPGA Edition Software
    Questa*-Intel® FPGA Edition
    External Memory Interfaces (EMIF) IP
BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description

Due to a problem in the Intel® Quartus® Prime Pro Edition Software version 22.2 and onward, the simulation script for a full design with the Intel® EMIF IP is generated without specific suppression options, which produces several (suppressible): (vopt-2732) errors. This does not apply when using the standalone EMIF example design msim_setup.tcl script, as these suppression options are already included.

Resolution

To work around this problem, add the following to the generated TCL script in the ELAB options:

 

eval vsim -suppress 2732 -suppress 1130 -voptargs=+acc $elabcommand

Additional information

This problem is planned to be fixed starting with the Intel® Quartus® Prime Pro Edition Software version 23.2

1