uvm_put_export Class Reference

Inheritance diagram for class uvm_put_export:

List of all members.



Public Member Functions

function bit  can_put ( )
virtual function string  get_type_name ( )
function void  new ( string name, uvm_component parent, int min_size = 1, int max_size = 1 )
task   put ( T t )
function bit  try_put ( T t )

Class Parameters

type  T = int; 


Member Function Documentation

  function bit
 uvm_put_export::can_put

 (   ) 

 virtual function string
 uvm_put_export::get_type_name

 (   ) 


 Superseded functions 
 uvm_port_base :: get_type_name 

  function void
 uvm_put_export::new

 (  string name , uvm_component parent , int min_size = 1, int max_size = 1  ) 

  task
 uvm_put_export::put

 (  T t  ) 

  function bit
 uvm_put_export::try_put

 (  T t  ) 


Class Parameters Documentation

 type  attribute
 uvm_put_export::T = int