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.

[SOLVED] how to write the second argument of $fsdbDumpvars() in verilog & VHDL mixed project

Status
Not open for further replies.

dzkxybx

Newbie level 3
Newbie level 3
Joined
Aug 15, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
21
how to write the second argument of $fsdbDumpvars() in verilog & VHDL mixed project

hi,
my project is verilog and VHDL mixed. top module and testbench are verilog, and all submodule is VHDL.

now i want to dump fsdb file only for certain submodule, not for the whole hierarchy.

i know if the project verilog only. i can use task like this:

Code:
        $fsdbDumpvars(0,tb.top.submodule1.signal1);

but how to write this task, when VHDL is mixed in?

thanks !
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top