ovm_algorithmic_comparator Class Reference

Inheritance diagram for class ovm_algorithmic_comparator:

List of all members.



Public Member Functions

virtual function void  connect ( )
virtual function string  get_type_name ( )
function void  new ( TRANSFORMER transformer, string name, ovm_component parent )
function void  write ( input BEFORE b )

Class Parameters

type  AFTER = int; 
type  BEFORE = int; 
type  TRANSFORMER = int; 

Public Attributes

ovm_analysis_export  after_export 
ovm_analysis_imp  before_export 
static const string  type_name = "ovm_algorithmic_comparator #(BEFORE,AFTER,TRANSFORMER)"; 

Member Typedefs

 typedef class  this_type 


Member Function Documentation

 virtual function void
 ovm_algorithmic_comparator::connect

 (   ) 


 Superseded functions 
 ovm_component :: connect 

 virtual function string
 ovm_algorithmic_comparator::get_type_name

 (   ) 


 Superseded functions 
 ovm_object :: get_type_name 

  function void
 ovm_algorithmic_comparator::new

 (  TRANSFORMER transformer , string name , ovm_component parent  ) 


 Superseding functions 
 avm_algorithmic_comparator :: new 

  function void
 ovm_algorithmic_comparator::write

 (  input BEFORE b  ) 


Class Parameters Documentation

 type  attribute
 ovm_algorithmic_comparator::AFTER = int

 type  attribute
 ovm_algorithmic_comparator::BEFORE = int

 type  attribute
 ovm_algorithmic_comparator::TRANSFORMER = int


Member Attribute Documentation

 ovm_analysis_export  attribute
 ovm_algorithmic_comparator::after_export

 ovm_analysis_imp  attribute
 ovm_algorithmic_comparator::before_export

 static const string  attribute
 ovm_algorithmic_comparator::type_name = "ovm_algorithmic_comparator #(BEFORE,AFTER,TRANSFORMER)"


Member Typedef Documentation

 typedef class  ovm_algorithmic_comparator::this_type
 Typedefe'd string ==>   ovm_algorithmic_comparator#(BEFORE,AFTER,TRANSFORMER)