M
Monika Talwar
Guest
hi all,
I have a query regarding the linking of pli to the vcs.
I know the criteria to link the pli with vcs. But my problem is to
link it with the pli routine that resides in some other location
my pli files reside in /home/monika/pli_files directory.
and my verilog code resides in home/monika/verilog_code directory
I have given the command as
[monika@monika verilog_code]$vcs -P ../pli_files/pli.tab
.../pli_files/libpli.so my_sample_code.v
The pli get linked with verilog code.
But I dont want to specify the pathname of the pli files on command
line.
there is an environment variable LD_LIBRARY_PATH that works for NC
Does there exist any environment variable for vcs to make the things
better?
Thanks in advance
Monika
I have a query regarding the linking of pli to the vcs.
I know the criteria to link the pli with vcs. But my problem is to
link it with the pli routine that resides in some other location
my pli files reside in /home/monika/pli_files directory.
and my verilog code resides in home/monika/verilog_code directory
I have given the command as
[monika@monika verilog_code]$vcs -P ../pli_files/pli.tab
.../pli_files/libpli.so my_sample_code.v
The pli get linked with verilog code.
But I dont want to specify the pathname of the pli files on command
line.
there is an environment variable LD_LIBRARY_PATH that works for NC
Does there exist any environment variable for vcs to make the things
better?
Thanks in advance
Monika