svt_ovm_resource_db Class Reference

Inheritance diagram for class svt_ovm_resource_db:

List of all members.


Detailed Description

Dummy resource DB for OVM



Public Member Functions

static function bit  read_by_name ( string scope, string name, output T val )
static function void  set ( string scope, string name, T val )

Class Parameters

type  T = int; 


Member Function Documentation

 static function bit
 svt_ovm_resource_db::read_by_name

 (  string scope , string name , output T val  ) 

 static function void
 svt_ovm_resource_db::set

 (  string scope , string name , T val  ) 


Class Parameters Documentation

 type  attribute
 svt_ovm_resource_db::T = int