Inheritance diagram for class ovm_comparer:
Public Member Functions | |
| virtual function bit | compare_field ( string name, ovm_bitstream_t lhs, ovm_bitstream_t rhs, int size, ovm_radix_enum radix = OVM_NORADIX ) |
| virtual function bit | compare_field_int ( string name, logic [63:0] lhs, logic [63:0] rhs, int size, ovm_radix_enum radix = OVM_NORADIX ) |
| virtual function bit | compare_field_real ( string name, real lhs, real rhs ) |
| virtual function bit | compare_object ( string name, ovm_object lhs, ovm_object rhs ) |
| virtual function bit | compare_string ( string name, string lhs, string rhs ) |
| static function ovm_comparer | init ( ) |
| function void | print_msg ( string msg ) |
| function void | print_msg_object ( ovm_object lhs, ovm_object rhs ) |
| function void | print_rollup ( ovm_object rhs, ovm_object lhs ) |
Public Attributes | |
| bit | abstract = 1; |
| bit | check_type = 1; |
| ovm_copy_map | compare_map = new; |
| int | depth = 0; |
| string | miscompares = ""; |
| bit | physical = 1; |
| ovm_recursion_policy_enum | policy |
| int unsigned | result = 0; |
| ovm_scope_stack | scope = new; |
| ovm_severity | sev = OVM_INFO; |
| int unsigned | show_max = 1; |
| int unsigned | verbosity = OVM_LOW; |
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|