Can't simulate alt_dual_boot in ModelSim-Altera (Quartus 19.1)
Hi, I can't get a RTL simulation running when the alt_dual_boot IP is included.
According to the transcript everything goes fine but when the entity containing the encrypted dual configuration IP is loaded it fails with the following error message:
# Loading work.dualboot(rtl)
# ** Error (suppressible): (vsim-10000) <protected>(<protected>): Unresolved defparam reference to '<protected>'<protected>nofile.
# Time: 0 ps Iteration: 0 Protected: /bootldr_tb/tb_inst/bootldr_inst/dualboot_inst/dual_boot_0/alt_dual_boot_avmm_comp/alt_dual_boot File: nofile
Compilation of the models worked without errors, though. I've attached the complete modelsim transcript.
Any ideas what is wrong here?
Thanks, armin
Hi Armin,
You need to workaround by adding Verilog library above the VHDL library.
In the .do file of your project, add the lpm verilog library. To do this, search for the line that starts with vsim, add "-L lpm_ver" right before all the other libraries (you can see them in the same line as "-L altera -L lpm" etc.)
I hope this helps!
Nurina