J
JK
Guest
On Mar 5, 8:49 am, ytfilter <AndrewYT.Chu...@gmail.com> wrote:
Please check that correct environment variables are set and you are
loading novas_fli into simulator.
For modelsim,
we have to set environment variable: setenv PLIOBJS
"<debussy_inst_dir>/share/PLI/modelsim_fli61/LINUX/novas_fli.so"
while compiling rtl, compile : vcom -explicit -2002 -work work
"<debussy_inst_dir>/share/PLI/modelsim_fli61/LINUX/novas.vhd"
May be the similar case with ncvhdl. Please check.
Regards,
JK
Are you compiling novas.vhd into work library?Hi,
I'm a newer in VHDL and trying to dump the waveform using ncvhdl but
not work.
The simulation is passes but no fsdb file created.
The source is as follows and hope someone help me to check if there
any wrong.
Please check that correct environment variables are set and you are
loading novas_fli into simulator.
For modelsim,
we have to set environment variable: setenv PLIOBJS
"<debussy_inst_dir>/share/PLI/modelsim_fli61/LINUX/novas_fli.so"
while compiling rtl, compile : vcom -explicit -2002 -work work
"<debussy_inst_dir>/share/PLI/modelsim_fli61/LINUX/novas.vhd"
May be the similar case with ncvhdl. Please check.
Regards,
JK