This is the complete list of members for class svt_comparer, including all inherited members.
| ovm_comparer | bit | abstract = 1; | |
| ovm_comparer | bit | check_type = 1; | |
| ovm_comparer | virtual function bit | compare_field ( string name, ovm_bitstream_t lhs, ovm_bitstream_t rhs, int size, ovm_radix_enum radix = OVM_NORADIX ) | |
| ovm_comparer | virtual function bit | compare_field_int ( string name, logic [63:0] lhs, logic [63:0] rhs, int size, ovm_radix_enum radix = OVM_NORADIX ) | |
| ovm_comparer | virtual function bit | compare_field_real ( string name, real lhs, real rhs ) | |
| ovm_comparer | ovm_copy_map | compare_map = new; | |
| ovm_comparer | virtual function bit | compare_object ( string name, ovm_object lhs, ovm_object rhs ) | |
| ovm_comparer | virtual function bit | compare_string ( string name, string lhs, string rhs ) | |
| ovm_comparer | int | depth = 0; | |
| svt_comparer | function int | get_kind ( ) | Method to obtain a calculated kind value based on the special_kind setting as well as the `SVT_XVM(comparer)::physical and `SVT_XVM(comparer)::abstract settings. |
| ovm_comparer | static function ovm_comparer | init ( ) | |
| ovm_comparer | string | miscompares = ""; | |
| svt_comparer | function void | new ( int special_kind, bit physical = 1, bit abstract = 0 ) | CONSTRUCTOR: Creates a new instance of the svt_comparer class. |
| ovm_comparer | bit | physical = 1; | |
| ovm_comparer | ovm_recursion_policy_enum | policy | |
| ovm_comparer | function void | print_msg ( string msg ) | |
| ovm_comparer | function void | print_msg_object ( ovm_object lhs, ovm_object rhs ) | |
| ovm_comparer | function void | print_rollup ( ovm_object rhs, ovm_object lhs ) | |
| ovm_comparer | int unsigned | result = 0; | |
| ovm_comparer | ovm_scope_stack | scope = new; | |
| ovm_comparer | ovm_severity | sev = OVM_INFO; | |
| ovm_comparer | int unsigned | show_max = 1; | |
| svt_comparer | int | special_kind = -1; | Special kind which can be used by clients to convey kind information beyond that provided by the base `SVT_XVM(comparer)::physical and `SVT_XVM(comparer)::abstract flags. Setting to -1 (the default) results in the compare type being completely defined by `SVT_XVM(comparer)::physical and `SVT_XVM(comparer)::abstract. |
| ovm_comparer | int unsigned | verbosity = OVM_LOW; | |