ovm_port_component_base Class Reference

Inheritance diagram for class ovm_port_component_base:

List of all members.



Public Member Functions

virtual function void  build ( )
virtual task   do_task_phase ( ovm_phase phase )
virtual function void  get_connected_to ( ref ovm_port_component_base list )
virtual function void  get_provided_to ( ref ovm_port_component_base list )
virtual function bit  is_export ( )
virtual function bit  is_imp ( )
virtual function bit  is_port ( )
function void  new ( string name, ovm_component parent )


Member Function Documentation

 virtual function void
 ovm_port_component_base::build

 (   ) 


 Superseded functions 
 ovm_component :: build 

 virtual task
 ovm_port_component_base::do_task_phase

 (  ovm_phase phase  ) 


 Superseded tasks 
 ovm_component :: do_task_phase 

 dpi pure virtual function void
 ovm_port_component_base::get_connected_to

 (  ref ovm_port_component_base list  ) 


 Superseding functions 
 ovm_port_component :: get_connected_to 

 dpi pure virtual function void
 ovm_port_component_base::get_provided_to

 (  ref ovm_port_component_base list  ) 


 Superseding functions 
 ovm_port_component :: get_provided_to 

 dpi pure virtual function bit
 ovm_port_component_base::is_export

 (   ) 


 Superseding functions 
 ovm_port_component :: is_export 

 dpi pure virtual function bit
 ovm_port_component_base::is_imp

 (   ) 


 Superseding functions 
 ovm_port_component :: is_imp 

 dpi pure virtual function bit
 ovm_port_component_base::is_port

 (   ) 


 Superseding functions 
 ovm_port_component :: is_port 

  function void
 ovm_port_component_base::new

 (  string name , ovm_component parent  ) 


 Superseded functions 
 ovm_component :: new