SVT svt_config_object_db Class Member List

This is the complete list of members for class svt_config_object_db, including all inherited members.


 svt_config_object_db  static  function bit  get ( uvm_component contxt, string scope = "", string variable, inout T value )  Matches the uvm_config_db 'get' signature, but provides support of OVM as well.  
 svt_config_object_db  static  function bit  get_from_parent ( uvm_component contxt, string scope = "", string variable, inout T value, input bit use_fallback )  Alternative to 'get' which can be used to pass an object directly from parent to child and avoid the competition with other similarly named objects stored in other scopes. Used in concert with the 'set_to_child' method.  
 svt_config_object_db  static  function void  set ( uvm_component contxt, string scope = "", string variable, T value )  Matches the uvm_config_db 'set' signature, but provides support of OVM as well.  
 svt_config_object_db  static  function void  set_for_child ( uvm_component contxt, string scope = "", string variable, T value )  Alternative to 'set' which can be used to pass an object directly from parent to child and avoid the competition with other similarly named objects stored in other scopes. Used in concert with the 'get_from_parent' method.