svt_config_vif_db Class Reference

Inheritance diagram for class svt_config_vif_db:

List of all members.


Detailed Description

Methodology independent configuration database that can be used to share virtual interface values.



Public Member Functions

static function bit  get ( ovm_component contxt, string scope = "", string variable, inout T value )
static function void  set ( ovm_component contxt, string scope = "", string variable, T value )

Class Parameters

type  T = int; 


Member Function Documentation

 static function bit
 svt_config_vif_db::get

 (  ovm_component contxt , string scope = "", string variable , inout T value  ) 

 static function void
 svt_config_vif_db::set

 (  ovm_component contxt , string scope = "", string variable , T value  ) 


Class Parameters Documentation

 type  attribute
 svt_config_vif_db::T = int