Knowledge Base Article
Arria 10 IP with OCT Block May Fail Simulation with Questa Advanced Simulator
Description
This problem affects all EMIF products on Arria 10 devices.
The following error may occur when using the Questa Advanced Simulator to simulate Arria 10 EMIF IP containing an on-chip termination block:
# ** Note: (vsim-3812) Design is being optimized...
#
# ** Error: altera_oct.sv(78): Cannot match types for literal initResolution
There are two workarounds for this issue:
- Disable optimizations by removing the
-voptflag during compilation. - Modify the generated
altera_oct.svfile to remove the "grave" accent character in the following line of code:localparam string OCT_CAL_MODE_S[0:11] =\'{ OCT_CAL_MODE_DER_0,Change the above line to:localparam string OCT_CAL_MODE_S[0:11] = { OCT_CAL_MODE_DER_0,
This issue will be fixed in a future version.
Updated 2 months ago
Version 2.0No CommentsBe the first to comment