| Author |
Message |
cyc
Joined: 22 May 2001 Posts: 43
|
09 Apr 2002 3:14 |
|
| tags: modelsim dump fsdb fsdb dump do file |
|
|
I am trying the modelsim55x NT version. The dump file in ".VCD" might be a large file. Does anyone know how to dump ".fsdb" in modelsim NT version?
|
|
| Back to top |
|
 |
ytliu1
Joined: 30 Apr 2001 Posts: 10 Location: Taiwan
|
09 Apr 2002 3:32 |
|
|
|
|
| add "-pli novas.dll" to vsim
|
|
| Back to top |
|
 |
patrickli
Joined: 04 Mar 2002 Posts: 36
|
09 Apr 2002 4:16 |
|
| tags: fsdbdump fsdb dump do file |
|
|
| You can find how to use pli function $fsdbdump in debussy help document. You can compile and link the dll file using the source files provided by debussy.
|
|
| Back to top |
|
 |
SVTONY
Joined: 10 Apr 2002 Posts: 38
|
10 Apr 2002 23:43 |
|
|
|
|
You need to modify the modelsim.ini file
to add a line like this:
Veriuser = novas.dll
Also you need to set LD_LIBRARY_PATH to
point to the novas.dll file.
|
|
| Back to top |
|
 |
Ansunamu
Joined: 19 Oct 2001 Posts: 257 Helped: 4
|
11 Apr 2002 1:02 |
|
|
|
|
| Using the Visual C to compile the veriuser.c and modelsim PLI together to get the novas.dll
|
|
| Back to top |
|
 |
armer
Joined: 29 Mar 2002 Posts: 141 Helped: 1
|
21 Jul 2002 9:14 fsdb |
|
| tags: fsdbdump |
|
|
| if you use debussy version is less than 5.2, you can copy debussy/share/pli/nc/libpli.dll to /verilog/tools/bin and copy pli.lib to /verilog/lib. new you can use fsdbDumpfile and fsdbDumpvars to dump fsdb data directly.
|
|
| Back to top |
|
 |
SVTONY
Joined: 10 Apr 2002 Posts: 38
|
23 Jul 2002 5:53 modelsim and debussy |
|
| tags: fsdb dump do file |
|
|
If you don't need to use additional PLI, you are supposed to be able
to use the included novas.dll to dump fsdb file. Look for the document
in your installation.
|
|
| Back to top |
|
 |
saho
Joined: 04 Apr 2003 Posts: 65
|
17 May 2003 9:12 Your reply |
|
|
|
|
You may want to take a look at the link below
http://larc.ee.nthu.edu.tw/~ssyang/verilog/Debussy_Modelsim.pdf
http://www.aldec.com/support/application_notes/knowledgebase/an0150_riviera_debussy_interface_verilog.htm
http://www.aldec.com/support/application_notes/knowledgebase/an0149_riviera_debussy_interface_vhdl.htm
SAHO
|
|
| Back to top |
|
 |