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,
There is an old thread regarding the same issue as yours available: https://community.intel.com/t5/Intel-Quartus-Prime-Software/How-to-resolve-Error-suppressible-vsim-10000-lt-protected-gt-lt/td-p/679087
Let me know if this solves your issue.
Regards,
Nurina
- ArminSch5 years ago
New Contributor
Hi Nurina,
I'm already aware of this thread, however the suggestions are too vague to me. Yes, I can change to the IP's simulation directory and ran a "do msim_setup.tcl", but this does not seem to do anything. I found a suggestion in some other thread to run "source msim_setup.tcl" followed by "ld", and this does something and seems compile the IP without errors, but when I then start my simulation it is not working again - with exactly the same error messages.
If I analyze the autogenerated native-link simulation setup scripts (now also attached), they seem correct and seem to include all required files. They also compile correct (as seen in the transcript).
Any more ideas?
armin