Forum Discussion

ArminSch's avatar
ArminSch
Icon for New Contributor rankNew Contributor
4 years ago
Solved

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 i...
  • Nurina's avatar
    4 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