Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Modelsim dump waveform for debussy?

Status
Not open for further replies.

jamesyang1209

Full Member level 1
Full Member level 1
Joined
Mar 24, 2004
Messages
95
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
730
modelsim waveform dump

Dear Group,
I have two questions (has some relation):

1. I know how to dump fsdb file for bench written in verilog, but how about bench (and RTL) written in VHDL?

2. In order to solve above question, I add a verilog bench (inserted module is written in VHDL). After dumping, open fsdb by debussy only can see the signals for verilog bench (can't see any signals for VHDL module). Why?

In verilog bench, I use
initial begin
$fsdbDumpfile("test.fsdb");
$fsdbDumpvars(test);
end
And, I add "-pli novas.dll" in modelsim options.

Any step I do wrong?

Thanks.
James.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top