clould365
Newbie level 4
Hi,
I am trying to debug VHDL using debussy(Red Hat OS).
As you know, debussy's nWave needs a *.fsdb file. But , I can't find the right way to generate *.fsdb file using Modelsim.
I searched the Internet and added
to my testbench.
But the compilation failed. "unknown idenfifier 'fsdbdumpfile' "
Can you help me ?
I am trying to debug VHDL using debussy(Red Hat OS).
As you know, debussy's nWave needs a *.fsdb file. But , I can't find the right way to generate *.fsdb file using Modelsim.
I searched the Internet and added
Code:
process
begin
fsdbDumpfile("counter.fsdb");
fsdbDumpvars(0, "counter_tb");
wait;
endprocess;
But the compilation failed. "unknown idenfifier 'fsdbdumpfile' "
Can you help me ?