Forum Discussion
kbrunham_altera
New Contributor
28 days agoHi Mguran,
Several of our libraries have their implementation supported by DPI functions. This means you need to ensure you have that library included as a part of the overall simulation.
In your case here I would recommend that you run ip-make-simscript on your Quartus revision following the instruction in Section 8.5 of https://docs.altera.com/r/docs/683609/25.1.1/quartus-prime-pro-edition-user-guide-platform-designer/create-an-.ipx-file-with-ip-make-ipx. This will create a single simscript that includes all the IPs and PD Systems in your design, along with compiling all the libraries correctly. You can then augment this with your own RTL by creating a toplevel script and souricing these generated scripts.