DVT Eclipse IDE Types View - Which Classes Override Functions
Transcript
Locating UVM Phase Overrides
Let's suppose you want to locate all the UVM phase overrides in your code.
To do this, type .phase
in the Types View quick search bar.
Note that the matches are bolded. Matching members are also promoted to the top of the members list.
Filtering for Specific Phases
If you are interested in a specific phase, for example the build
phase, you can tune the filter accordingly.
Jumping into Code
Double-click on a hit to jump into code.