The
UVM Sequence Tree View presents the call tree of an UVM sequence. The call tree is made of all sub-sequences that are triggered by the sequence, recursively down to leaf sequence items.
To select a sequence and inspect its call tree, position the cursor on the UVM sequence class name in the editor and: The UVM Sequence Tree view is automatically raised and populated with the call tree of the selected sequence. At any time you can open the view from
Window > Show View > Other... > DVT > UVM Sequence Tree.
The view label shows the current project and the sequence for which the call tree is presented. The sequence call tree has the following node types:
Right-click on a sequence node in the tree and you have the following options :
Show Usages (References) Search for the references of the selected sequence. More details
here.
Show Type Hierarchy Show the type hierarchy for the selected sequence. More details
here.
Show Verification Hierarchy Show the verification hierarchy for the selected sequence. More details
here.
Show UVM Sequence Tree Show the sequence tree for the selected sequence. Practically set the selected sequence as root.
Show Diagram Show the diagram for the selected sequence. More details
here.
Copy Copy the selected sequence class name to clipboard.
|