Mar 16, 2004 #1 M mediatek Member level 1 Joined Sep 5, 2003 Messages 41 Helped 1 Reputation 2 Reaction score 0 Trophy points 1,286 Activity points 334 How to using pli.a and vcspli.tab (Provide by Novas Debussy)to produce a .fsdb file in PC enviroment (using nc-Verilog or VCS )? (Debussy user guild only show how to call Pli.a and vcspli.tab to produce .fsdb in Workstation ).
How to using pli.a and vcspli.tab (Provide by Novas Debussy)to produce a .fsdb file in PC enviroment (using nc-Verilog or VCS )? (Debussy user guild only show how to call Pli.a and vcspli.tab to produce .fsdb in Workstation ).
Mar 16, 2004 #2 O oasis Junior Member level 1 Joined Mar 3, 2004 Messages 18 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 158 pli for debussy add the debussy pli option into the vcs command line as a parameter. pls refer to the vcs manual. and add the fsdbdump system task in your testbench to dump the waveform.
pli for debussy add the debussy pli option into the vcs command line as a parameter. pls refer to the vcs manual. and add the fsdbdump system task in your testbench to dump the waveform.
Mar 16, 2004 #3 M mediatek Member level 1 Joined Sep 5, 2003 Messages 41 Helped 1 Reputation 2 Reaction score 0 Trophy points 1,286 Activity points 334 vcspli.tab In nc-verilog(PC Version), How to do this ?
Mar 16, 2004 #4 C cganeshprabhu Junior Member level 3 Joined Mar 10, 2004 Messages 30 Helped 3 Reputation 6 Reaction score 0 Trophy points 1,286 Activity points 289 vcs fsdb setenv Hi, I will give the procedure. Try it or I shall give one more. In unix platform. 1. setenv LD_LIBRARY_PATH <path for debpli.so file> :$LD_LIBRARY_PATH (path for debpli.so file (<Debussy installation directory>/share/PLI/nc_xl/<the os u use>/nc_loadpli1)) 2. while invoking ncverilog use the +ncloadpli1 option. ncverilog -f run.f +debug +ncloadpli1=debpli:deb_PLIPtr Regards, GP
vcs fsdb setenv Hi, I will give the procedure. Try it or I shall give one more. In unix platform. 1. setenv LD_LIBRARY_PATH <path for debpli.so file> :$LD_LIBRARY_PATH (path for debpli.so file (<Debussy installation directory>/share/PLI/nc_xl/<the os u use>/nc_loadpli1)) 2. while invoking ncverilog use the +ncloadpli1 option. ncverilog -f run.f +debug +ncloadpli1=debpli:deb_PLIPtr Regards, GP
Mar 16, 2004 #5 H hgby2209 Full Member level 2 Joined Mar 7, 2003 Messages 134 Helped 8 Reputation 16 Reaction score 8 Trophy points 1,298 Activity points 1,105 debussy pli vcs copy the libpli.dll (in debusy_install_path\share\PLI\nc_xl\WINNT\shared) to "ldv_install_path\LDV\tools\bin"
debussy pli vcs copy the libpli.dll (in debusy_install_path\share\PLI\nc_xl\WINNT\shared) to "ldv_install_path\LDV\tools\bin"