Knowledge Base Article
Error (suppressible): (vopt-2732) ../quartus/eda/sim_lib/tennm_atoms.sv(6002) : Module parameter 'a_iossm_is_calib_master' not found for override.
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
Updated 2 months ago
Version 2.0No CommentsBe the first to comment