soloist_huaxin
Newbie level 3
I'm trying to extract a tree of instances of my systemverilog classes used in a testbench, but apparently there is no way to do that using DVE. When running a simulation interactively using DVE, it will generate a nice instance tree with instance name, class type, etc., and you can trace to see which class instantiated it. I'd like to be able to export the instance tree to a text file of some sort for documentation use. If anyone has a way to let VCS/DVE do this, please enlighten me. Thanks.