Hi everybody,
I just started with UVM and I'm using Questa 10.0d. I use to be able to view the object hierarchy when I was doing simulations (so I could inspect the variables of each instantiated component), but this seems to be missing in UVM. Is it still possible to get it back?
Thanks,
Tudor

If you can move to Questa 10.1, you will get it if you use the vsim switch -uvmcontrol=struct or -uvmcontrol=all. Prior to that release, you will need to an extra package by contacting Mentor support.
Dave Rich
Mentor Graphics
http://go.mentor.com/drich
Thanks a lot!