soloist_huaxin
Newbie level 3
- Joined
- Apr 29, 2010
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,305
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.