Class uvm_structure_proxy
Name |
Default value |
Description |
---|---|---|
STRUCTURE |
uvm_component |
Constructors
Functions
- virtual function void get_immediate_children ( uvm_component s, uvm_component children ) [source]
This method will be return in children a set of the direct subelements of s
×
CLASS
uvm_structure_proxy #(STRUCTURE)
The uvm_structure_proxy is a wrapper and provides a set of elements of the STRUCTURE to the caller on demand. This is to decouple the retrieval of the STRUCTUREs subelements from the actual function being invoked on STRUCTURE