Class uvm_top_down_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_top_down_visitor_adapter traverses the STRUCTURE s (and will invoke the visitor) in a hierarchical fashion. During traversal s will be visited before all subnodes of s will be visited.