dzkxybx
Newbie level 3
- Joined
- Aug 15, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- 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:
but how to write this task, when VHDL is mixed in?
thanks !
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 !