B
bipin.duggal@gmail.com
Guest
Hi All,
I want to extract the hierarchy of the cells (basically memory ) from
the VCD file.
For example If I have following modules top1, top2 , top3 , top4 and in
top4 I have my memory instantiated mem such that:
top1.top2.top3.top4.mem is the exact hierarchy of the memory.
I want to extract this hierarchy from the VCD file . I have dumped the
VCD file using following :
$vcddumpvars(0,"top1");
So I mean I have all the hierarchies and signals of all the modules
which are instantiated below the top1.
Please guide me as to how to extract the hierarchy of this module mem.
Looking forward to replies.
Thanks and Regards
Bipin
I want to extract the hierarchy of the cells (basically memory ) from
the VCD file.
For example If I have following modules top1, top2 , top3 , top4 and in
top4 I have my memory instantiated mem such that:
top1.top2.top3.top4.mem is the exact hierarchy of the memory.
I want to extract this hierarchy from the VCD file . I have dumped the
VCD file using following :
$vcddumpvars(0,"top1");
So I mean I have all the hierarchies and signals of all the modules
which are instantiated below the top1.
Please guide me as to how to extract the hierarchy of this module mem.
Looking forward to replies.
Thanks and Regards
Bipin