forked from zylin/Verilog_VCD
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi,
i have a signal in my vcd in the form:
$var wire 768 3 blk_src[11:0] $end
in simvision you can expend this signal and you will see 12 items inside eacjh of 64 bits
i want to be able to get the blk_src[n] tv of it (n in [0..11])
is there a way to do it?
the only way to get a tv for this sig is:
vcd['tb_top.DUT.blk_fsm_src[11:0]'].tv
how can ii create the tv from only one of its 12 items?
smething like vcd['tb_top.DUT.blk_src[11:0]'][4].tv
thanks
dev2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels