Inheritance diagram for class uvm_config_db:
Public Member Functions | |
| static function bit | exists ( uvm_component cntxt, string inst_name, string field_name, bit spell_chk = 0 ) |
| static function bit | get ( uvm_component cntxt, string inst_name, string field_name, inout T value ) |
| static function void | set ( uvm_component cntxt, string inst_name, string field_name, T value ) |
| static task | wait_modified ( uvm_component cntxt, string inst_name, string field_name ) |
Class Parameters | |
| type | T = int; |
Public Attributes | |
| static uvm_pool | m_rsc [ uvm_component ] |
|
|
|
|