

Public Types | |
| typedef ovm_algorithmic_comparator < BEFORE, AFTER, TRANSFORMER > | this_type |
Public Member Functions | |
| new (TRANSFORMER transformer, string name, ovm_component parent) | |
| virtual string | get_type_name () |
| virtual void | connect () |
| void | write (input BEFORE b) |
Public Attributes | |
| ovm_analysis_export< AFTER > | after_export |
| ovm_analysis_imp< BEFORE, this_type > | before_export |
Static Public Attributes | |
| static const string | type_name = "ovm_algorithmic_comparator <BEFORE,AFTER,TRANSFORMER>" |
Private Attributes | |
| ovm_in_order_class_comparator < AFTER > | comp |
| TRANSFORMER | m_transformer |
Definition at line 45 of file ovm_algorithmic_comparator.svh.
| typedef ovm_algorithmic_comparator< BEFORE , AFTER , TRANSFORMER > ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::this_type |
Definition at line 51 of file ovm_algorithmic_comparator.svh.
| ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::new | ( | TRANSFORMER | transformer, | |
| string | name, | |||
| ovm_component | parent | |||
| ) |
Reimplemented in avm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >.
Definition at line 75 of file ovm_algorithmic_comparator.svh.
| virtual string ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::get_type_name | ( | ) | [virtual] |
| virtual void ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::connect | ( | ) | [virtual] |
| void ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::write | ( | input BEFORE | b | ) |
Definition at line 96 of file ovm_algorithmic_comparator.svh.
const string ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::type_name = "ovm_algorithmic_comparator <BEFORE,AFTER,TRANSFORMER>" [static] |
Definition at line 47 of file ovm_algorithmic_comparator.svh.
| ovm_analysis_export< AFTER > ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::after_export |
Definition at line 57 of file ovm_algorithmic_comparator.svh.
| ovm_analysis_imp< BEFORE , this_type > ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::before_export |
Definition at line 58 of file ovm_algorithmic_comparator.svh.
ovm_in_order_class_comparator< AFTER > ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::comp [private] |
Definition at line 60 of file ovm_algorithmic_comparator.svh.
TRANSFORMER ovm_algorithmic_comparator< BEFORE, AFTER, TRANSFORMER >::m_transformer [private] |
Definition at line 61 of file ovm_algorithmic_comparator.svh.
![]() Intelligent Design Verification Project: OVM, Revision: 2.0.1 |
Copyright (c) 2008 Intelligent Design Verification. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included here: http://www.intelligentdv.com/licenses/fdl.txt |
![]() Doxygen Version: 1.5.5 Wed Jan 7 19:27:40 2009 |