Wenf.Yeh
Junior Member level 3
libvpi.so
I want to use the NC-Verilog to generate a backward SAIF file for the PowerCompiler.
so I must add a number of PLI functions which are integrated in libvpower.so into my testbench
in the command line I wrote that:
setenv LD_LIBRARY_PATH /tools/.../.../vpower :$LD_LIBRARY_PATH
ncelab ........ -loadpli1 libvpower:read_rtl_saif.read_rtl_saif
but when I run the command ,the terminal echoes:
Failed to load dynamic library libvpower
ld.so.1: ..............................fatal : libvpower.so
pen failed no such file or directory
I have checked the path of libvpower.so ,and it was there.
I'm confused !!
any one can help me?
I want to use the NC-Verilog to generate a backward SAIF file for the PowerCompiler.
so I must add a number of PLI functions which are integrated in libvpower.so into my testbench
in the command line I wrote that:
setenv LD_LIBRARY_PATH /tools/.../.../vpower :$LD_LIBRARY_PATH
ncelab ........ -loadpli1 libvpower:read_rtl_saif.read_rtl_saif
but when I run the command ,the terminal echoes:
Failed to load dynamic library libvpower
ld.so.1: ..............................fatal : libvpower.so
I have checked the path of libvpower.so ,and it was there.
I'm confused !!
any one can help me?