Inheritance diagram for class ovm_config_setting:
Public Member Functions | |
| function string | applied_message ( ) |
| function bit | component_match ( ovm_component to ) |
| function string | convert2string ( ) |
| function bit | field_match ( string to ) |
| function ovm_component | get_from_component ( ) |
| function void | get_override_list ( ref ovm_config_setting list[$] ) |
| function void | get_to_list ( ref ovm_component list[$] ) |
| virtual function ovm_config_type | get_value_type ( ) |
| function string | matches_string ( ovm_component to, ovm_component from ) |
| function void | new ( string inst, string field, ovm_component from ) |
| function int | num_overrides ( ) |
| function int | num_used ( ) |
| function string | overridden_message ( ) |
| function void | print_match ( ovm_component to, ovm_component from, string field ) |
| function void | set_override ( ovm_config_setting ov ) |
| function void | set_used ( ovm_component used ) |
| virtual function string | type_string ( ) |
| function string | unused_message ( ) |
| virtual function string | value_string ( ) |
Public Attributes | |
| string | m_field |
| bit | m_field_wildcard = 0; |
| ovm_component | m_from |
| string | m_inst |
| bit | m_inst_wildcard = 0; |
| ovm_config_setting | m_override_list [$] |
| ovm_component | m_used_list [$] |
Member Typedefs | |
| typedef enum | ovm_config_type |
|
|
|
|
|
|
|
|
||||||||
|
|
||||||||
|
|
|
|
|
|
|
|
|
||||||||
|
|
|
||||||||
|
|
|
|
|
|
|
|
|