Forum Discussion
TingJiangT_Intel
Contributor
1 year agoHi there, you may have missing some libraries or flags, please check this link and get more information:
- ThomasTessier1 year 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....