Knowledge Base Article

Error (suppressible): $MODEL_TECH/../intel/verilog/src/tenm_atoms.sv(...) (vopt-2732) Module parameter '...' not found for override.

Description

Due to a problem in the Intel® Quartus® Prime Pro Edition Software version 22.4,  this error will be seen when using Questa*-Intel® FPGA Edition to simulate a design example that instantiates the PHY Lite for Parallel Interfaces Intel Agilex® FPGA IP. 

Resolution

To work around this problem, perform the following steps:

  1. Open msim_setup.tcl file under .../sim/ed_sim/mentor folder.
  2. Modify the following command:

eval vsim -voptargs=+acc $elabcommand

to

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

Additional Information

This problem is scheduled to be fixed in a future release of the Intel® Quartus® Prime Pro Edition Software.

Updated 3 months ago
Version 2.0
No CommentsBe the first to comment