Replies: 1 comment
-
|
That's currently not possible. The reason for that is because the hierarchy is loaded lazily, to prevent a potentially huge hierarchy from being loaded at startup. However, the design is internally elaborated anyway so it may not be such a large structure. Would you mind filing a feature request? I can look into a clean way of doing this. One concern that comes to mind is how to handle live searching as you type, it might jump all over the hierarchy and expand a bunch of stuff creating lots of clutter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm experimenting with simview and it seems that the search function (/) for the design hierarchy (left panel when only a vcd is loaded) works only on visible instantiated modules.
For example, I want to search for an module instantiated as U_CPU that is several levels "deep" into the hierarchy. It seems that the search function only works if the hierarchy has been expanded enough up to the parent level.
So my questions are:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions