Forum Discussion
ThomasTessier
Occasional Contributor
2 years agoXcelium Simulation of Agile5 design FATAL when entering Simulation?
I have a very large DUT mixed-signal environment that I am integrating into with a new Agile5 FPGA design. I have this environment working with the Arria5 in previous generations. So this is entirely...
TingJiangT_Intel
Contributor
2 years agoHi there, you may have missing some libraries or flags, please check this link and get more information:
- ThomasTessier2 years ago
Occasional Contributor
I was able to resolve this once I understood there was a C program that needed to be compiled to use the "tennm" libraries. This was buried in the ncsim_setup.sh script and wasn't mentioned in the documentation that it was necessary. This see program generated the default dpilib.so files when compiled. As long as this file was available to the simulation it works. So my flow now includes compiling this program in my simulation directory.
Thanks,
TomT....