Forum Discussion
awaissman
New Contributor
2 years agoFatal error in Module tennm_noc_fabric_adaptor in file .../sim_lib/tennm_agilex7_io96_ncrypt.sv
Hello, I am trying run simulation for our design after instantiated hps subsystem. Code elaborates but i am getting this error, and it comes from encrypted code: # ** Fatal: (vsim-160) /proj/vendo...
kbrunham_altera
New Contributor
3 months 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.