Class uvm_pkg::uvm_structure_proxy
Inheritance Diagram of uvm_structure_proxy
Name |
Default value |
Description |
---|---|---|
STRUCTURE |
uvm_component |
Constructors
- new(string name = "")
- Parameters:
name (string)
Functions
- get_immediate_children(uvm_component s, uvm_component children)
Function
get_immediate_children
This method will be return in children a set of the direct subelements of s
- Parameters:
s (uvm_component)
children (uvm_component)
×
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