clould365
Newbie level 4
- Joined
- Apr 30, 2012
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,309
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 ?