Class uvm_utils
Name |
Default value |
Description |
---|---|---|
TYPE |
int |
|
FIELD |
"config" |
Name |
Actual Type |
Description |
---|---|---|
types_t |
TYPE |
Functions
- static function types_t find_all ( uvm_component start ) [source]
Recursively finds all component instances of the parameter type TYPE , starting with the component given by start . Uses uvm_root::find_all.
- static function TYPE find ( uvm_component start ) [source]
- static function TYPE get_config ( uvm_component comp, bit is_fatal ) [source]
This method gets the object config of type TYPE associated with component comp . We check for the two kinds of error which may occur with this kind of operation.
×
CLASS
uvm_utils #(TYPE,FIELD)
This class contains useful template functions.