Class uvm_bottom_up_visitor_adapter
Name |
Default value |
Description |
---|---|---|
STRUCTURE |
uvm_component |
|
VISITOR |
uvm_visitor |
Constructors
Functions
- virtual function void accept ( uvm_component s, uvm_visitor#(uvm_component) v, uvm_structure_proxy#(uvm_component) p, bit invoke_begin_end ) [source]
×
This uvm_bottom_up_visitor_adapter traverses the STRUCTURE s (and will invoke the visitor) in a hierarchical fashion. During traversal all children of node s will be visited s will be visited.