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,
Unfortunately you can't do that. You'll have to use a custom flow instead of the NativeLink flow for third party simulations. I'd say the method you've just used is the easiest method for custom flow.
You can refer to the documentation here for more methods/information on third party simulation: https://www.intel.com/content/www/us/en/programmable/documentation/gtt1529956823942.html#mwh1410383432838
Let me know if you have any more questions.
Nurina
- ArminSch5 years ago
New Contributor
OK, I see, thanks.
But this should probably be considered a bug in NativeLink then.
Anyway, thanks a lot for your help.
-armin