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.
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