Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to use NC-VHDL to genrate *.fsdb file to Debussy?

Status
Not open for further replies.

GoodMan

Full Member level 2
Joined
Sep 30, 2002
Messages
125
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Activity points
646
nc fsdb

Hi,

As title,Who can teach me to generate a valid fsdb file for Debussy5.x?

help me!
 

debussy fsdb

Used PLI for debussy!
 

how to use debussy

how to do with PLI? can you tell me in detail?
Thanks.
 

fsdb vhdl

A. LD_LIBRARY_PAH:
setenv LD_LIBRARY_PATH
<DEBUSSY install path>/share/PLI/nc_vhdl/LINUX/:$LD_LIBRARY_PATH
B. Used command
ncsim>call fsdbDumpfile rtl.fsdb
ncsim>call fsdbDumpvars 0 :
 

fsdb pli error

what should I do if I use NT environment?
:cry:
 

fsdb.dll

Add LD_LIBRARY_PATH in your enviroment variable .

control panel --> system --> advence --> enviroment variable

Good luck!
 

fsdb ncverilog

I do add LD_LIBRARY_PATH
C:\Novas\Debussy\share\PLI\nc_vhdl\WINNT\

in environment
but it still shows
ncsim>
ncsim: *E,CFCNOF: task or function name "fsdbDumpfile" not found

please help me, if I miss something?
TKS
 

ncvhdl

You must build your verilog PLI 1st, check the pdf file in $Debussy_Dir\share\PLI
But unfortunately you may need to midify the makefile if you uses visual c++ as compiler.
I attached the pdf doc as your reference.
(README for PLI)
 

task or function name fsdbdumpfile not found

I follow the step.
1.copy makefile.nc ,..
2. set environment variable ARCH=wint
3. modified makefile.nc as it said
4. modified makefile.nc.wint
5 do make -f makefile.nc

but it show" Error makeile.nc 2: command syntax error
Error makeile.nc 5: command syntax error
Error makeile.nc 302: command syntax error
*** 3 errors during make ***

why?why?why? :cry:
 

fsdb ld_library

You can get libpli.dll when you finish all step.

You set LD_LIBRARY_PATH C:\Novas\Debussy\share\PLI\nc_vhdl\WINNT\

Do you find out libpli.dll in C:\Novas\Debussy\share\PLI\nc_vhdl\WINNT\ ?

Check it!
 

syntax of fsdbdumpvars

I didn't find the libpli.dll.
I got err while executing make
should i install c++ or something before?
 

how to use ncvhdl

If you install complete debussy, they should provide default in this directory.

If you want to make the PLI, you should have c complier.
 

fsdb with ncsim

so dll libpli.dll 's provided by the novas
we just set the environment virable to use it?

but the install.pdf provided by novas said that i have to generate it
by myself. i got confused? continue helping me please
 

ncvhdl file not found

Since your simulator is NC-VHDL,

You should get libfmi.dll when you finish all step without recompile the PLI.

You can set LD_LIBRARY_PATH C:\Novas\Debussy\share\PLI\nc_vhdl\WINNT\
 

Re: fsdb vhdl

A. LD_LIBRARY_PAH:
setenv LD_LIBRARY_PATH
<DEBUSSY install path>/share/PLI/nc_vhdl/LINUX/:$LD_LIBRARY_PATH
B. Used command
ncsim>call fsdbDumpfile rtl.fsdb
ncsim>call fsdbDumpvars 0 :

You way is the quickest!
But it should be “call fsdbDumpvars 0 instance_name", right?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top