ovm_put_imp Class Reference

Inheritance diagram for class ovm_put_imp:

List of all members.



Public Member Functions

function bit  can_put ( )
virtual function string  get_type_name ( )
function void  new ( string name, IMP imp )
task   put ( T t )
function bit  try_put ( T t )

Class Parameters

type  IMP = int; 
type  T = int; 

Public Attributes


Member Function Documentation

  function bit
 ovm_put_imp::can_put

 (   ) 

 virtual function string
 ovm_put_imp::get_type_name

 (   ) 


 Superseded functions 
 ovm_port_base :: get_type_name 

  function void
 ovm_put_imp::new

 (  string name , IMP imp  ) 


 Superseding functions 
 avm_put_imp :: new 

  task
 ovm_put_imp::put

 (  T t  ) 

  function bit
 ovm_put_imp::try_put

 (  T t  ) 


Class Parameters Documentation

 type  attribute
 ovm_put_imp::IMP = int

 type  attribute
 ovm_put_imp::T = int


Member Attribute Documentation