uvm_get_port Class Reference

Inheritance diagram for class uvm_get_port:

List of all members.



Public Member Functions

function bit  can_get ( )
task   get ( output T t )
virtual function string  get_type_name ( )
function void  new ( string name, uvm_component parent, int min_size = 1, int max_size = 1 )
function bit  try_get ( output T t )

Class Parameters

type  T = int; 


Member Function Documentation

  function bit
 uvm_get_port::can_get

 (   ) 

  task
 uvm_get_port::get

 (  output T t  ) 

 virtual function string
 uvm_get_port::get_type_name

 (   ) 


 Superseded functions 
 uvm_port_base :: get_type_name 

  function void
 uvm_get_port::new

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


 Superseding functions 
 svt_debug_opts_get_port :: new 

  function bit
 uvm_get_port::try_get

 (  output T t  ) 


Class Parameters Documentation

 type  attribute
 uvm_get_port::T = int