Forum Discussion
Can't simulate alt_dual_boot in ModelSim-Altera (Quartus 19.1)
- 5 years ago
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
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
- ArminSch5 years ago
New Contributor
Hi Nuria,
thanks, this was the clue, it works now. I have an additional question, though:
I've copied the generated Nativelink simulation script, changed it, and specified it as the simulation-setup script. So I'm no longer using Nativelink (i.e., if I add/remove some sources I have to manually edit the script).
Is there a way to specify the missing library such that Nativelink includes it in the generated script?
Thanks,
armin