I have created the forward annotation file in dc_shell (/rtl2saif
forward.saif/) and import it into modelsim by dpfli.so library using
the command "vsim -foreign "dpfli_init
/lsc/synopsys/syn-2005.09/auxx/syn/power/dpfli/lib-linux/dpfli.so" -c
-quiet tbgen" with no problems
Modelsim reads ok that file but when i try to set_toggle_region i have
a lot of message like:
"can't find signal error...skipping "
so the back annotation file is almost empty (toggle_report back.saif....)
Anyone knows where is the problem?Thanks for you help
Is the foreign initialization function still the dpfli_init? I use the command: vsim -novopt -foreign "dpfli_init /eda/synopsys/dc/auxx/syn/power/vpower/lib-linux/libvpower.so" -c -quiet test
But the result is:
# ** Warning: (vsim-FLI-3159) Failed to find foreign initialization function 'dpfli_init' in FLI object file "/eda/synopsys/dc/auxx/syn/power/vpower/lib-linux/libvpower.so".