QuestaSim Object Hierarchy

3 posts / 0 new
Last post
tudor.timi
Offline
Academy Total Access User
Joined: 06/27/2011
Posts: 13
QuestaSim Object Hierarchy

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

dave_59
Offline
Verification Forum Moderator
Joined: 03/10/2010
Posts: 976
Re: QuestaSim Object Hierarchy

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

tudor.timi
Offline
Academy Total Access User
Joined: 06/27/2011
Posts: 13
Re: QuestaSim Object Hierarchy

Thanks a lot!