the information should read from
INSTALL/doc/linking(linking_dumping).pdf
the pdf said :
The Novas object file for FSDB dumping supports signal dumping in pure verilog designs with ModelSim.
but the other resources(see below) said Vhdl is also supported.
http://blog.chinaunix.net/u2/85537/showart_2216759.html
to run it(below is verified for pure verilog only)
- compile the novas_log.v in INSTALL/share/PLI/modelsim_{xx}
using vcom -work novas_lib {maybe path}/novas.vhd
NOTE: modelsim_{xx} is detailed in the linking pdf above.
NOTE : this method does not work if novas_log.v
when novas_log.v used, fsdbDump command should in *.v cannot be a option in command - set novas = {maybe path}/novas_lib in modelsim.ini under [library]
- write dump.do file as below
fsdbDumpfile xx.fsdb
fsdbDumpvars level INST_NAME
the grammar information also detailed in the pdf above. - last
vsim -c -do dump.do top_module novas.novas
Error: (vsim-3197) Load of "novas_fli.so" failed: novas_fli.so: cannot open shared object file: No such file or directory
the attachment is resources link packed
文件: 使用Modelsim如何产生debussy用的fsdb档.zip