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

Status
Not open for further replies.

dzkxybx

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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…