Forum Discussion
FOudm
New Contributor
7 years agoModelSim error: unexpected internal error in Questa
Dear all, I'm trying to simulate the following piece of code: module peak_detect #(
parameter BATCH_SIZE,
parameter DATA_WIDTH
)(
input wire clk,
input wire reset,
input wire ...
Abe
Frequent Contributor
7 years agoLooks like the both the automatic tasks are causing this error. Have you tried commenting out both the automatic functions and checking if it compiles without errors. You may want to use normal tasks and remove the ref keyword and compile.
Convert the tasks to normal without the reference.