I would like to use PLI routines that were developed years ago using PLI 1.0. It worked fine before. But when I tried to run using a newer version of ModelSim Verilog simulator, I got the following error message:
# ** Warning: (vsim-8668) tf_nodeinfo has been deprecated by IEEE. Although still partially supported, memoryval_p will always be set to a a null pointer.
# : PDK_top.v(102)
As the PLI routines are using tf_nodeinfo and the simulation failed. I tried to figure out how to mend this problem but I couldn't find any recommended way to replace obsoleted tf_nodeinfo.
Could anybody give me a strategy I should use to deal with this situation? All source codes of the PLI routines are available.
Also, I'm very curious why IEEE decided to drop tf_nodeinfo.