SVT uvm_slave_port Class Member List

This is the complete list of members for class uvm_slave_port, including all inherited members.


 uvm_slave_port   function bit  can_get ( )   
 uvm_slave_port   function bit  can_peek ( )   
 uvm_slave_port   function bit  can_put ( )   
 uvm_port_base  virtual  function void  connect ( uvm_port_base provider )   
 uvm_port_base   function void  debug_connected_to ( int level = 0, int max_level = -1 )   
 uvm_port_base   function void  debug_provided_to ( int level = 0, int max_level = -1 )   
 uvm_slave_port   task  get ( output REQ t )   
 uvm_port_base  virtual  function uvm_port_component_base  get_comp ( )   
 uvm_port_base   function void  get_connected_to ( ref uvm_port_component_base list )   
 uvm_port_base  virtual  function string  get_full_name ( )   
 uvm_port_base   function uvm_port_base  get_if ( int index = 0 )   
 uvm_port_base   function string  get_name ( )   
 uvm_port_base  virtual  function uvm_component  get_parent ( )   
 uvm_port_base   function void  get_provided_to ( ref uvm_port_component_base list )   
 uvm_slave_port  virtual  function string  get_type_name ( )   
 uvm_port_base   function bit  is_export ( )   
 uvm_port_base   function bit  is_imp ( )   
 uvm_port_base   function bit  is_port ( )   
 uvm_port_base   function bit  is_unbounded ( )   
 uvm_port_base  uvm_port_component  m_comp  
 uvm_port_base  protected int unsigned  m_def_index  
 uvm_port_base  protected uvm_port_base  m_if  
 uvm_port_base  protected int unsigned  m_if_mask  
 uvm_port_base   function int  max_size ( )   
 uvm_port_base   function int  min_size ( )   
 uvm_port_base   function int  m_get_if_mask ( )   
 uvm_slave_port   function void  new ( string name, uvm_component parent, int min_size = 1, int max_size = 1 )   
 uvm_slave_port   task  peek ( output REQ t )   
 uvm_slave_port   task  put ( RSP t )   
 uvm_port_base  virtual  function void  resolve_bindings ( )   
 uvm_port_base   function void  set_default_index ( int index )   
 uvm_port_base   function void  set_if ( int index = 0 )   
 uvm_port_base   function int  size ( )   
 uvm_port_base  typedef  this_type   
 uvm_slave_port   function bit  try_get ( output REQ t )   
 uvm_slave_port   function bit  try_peek ( output REQ t )   
 uvm_slave_port   function bit  try_put ( RSP t )