OVERVIEW DOCUMENTATION
API DOCUMENTATION
uvm_pkg :: uvm_tree_printer
Inheritance Diagram of uvm_tree_printer
By overriding various methods of the uvm_printer super class, the tree printer prints output in a tree format.
The following shows sample output from the tree printer.
c1: (container@1013) { d1: (mydata@1022) { v1: 'hcb8f1c97 e1: THREE str: hi } value: 'h2d }
Name
Type
Description
string
Creates a new instance of uvm_tree_printer . New
Formats the collected information from prior calls to print_* into hierarchical tree format. Emit
By overriding various methods of the uvm_printer super class, the tree printer prints output in a tree format.
The following shows sample output from the tree printer.