This is the complete list of members for class svt_comparer, including all inherited members.
| uvm_comparer | bit | abstract = 1; | |
| uvm_comparer | bit | check_type = 1; | |
| uvm_comparer | virtual function bit | compare_field ( string name, uvm_bitstream_t lhs, uvm_bitstream_t rhs, int size, uvm_radix_enum radix = UVM_NORADIX ) | |
| uvm_comparer | virtual function bit | compare_field_int ( string name, logic [63:0] lhs, logic [63:0] rhs, int size, uvm_radix_enum radix = UVM_NORADIX ) | |
| uvm_comparer | virtual function bit | compare_field_real ( string name, real lhs, real rhs ) | |
| uvm_comparer | uvm_copy_map | compare_map = new; | |
| uvm_comparer | virtual function bit | compare_object ( string name, uvm_object lhs, uvm_object rhs ) | |
| uvm_comparer | virtual function bit | compare_string ( string name, string lhs, string rhs ) | |
| uvm_comparer | int | depth | |
| 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. |
| uvm_comparer | static function uvm_comparer | init ( ) | |
| uvm_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. |
| uvm_comparer | bit | physical = 1; | |
| uvm_comparer | uvm_recursion_policy_enum | policy | |
| uvm_comparer | function void | print_msg ( string msg ) | |
| uvm_comparer | function void | print_msg_object ( uvm_object lhs, uvm_object rhs ) | |
| uvm_comparer | function void | print_rollup ( uvm_object rhs, uvm_object lhs ) | |
| uvm_comparer | int unsigned | result = 0; | |
| uvm_comparer | uvm_scope_stack | scope = new; | |
| uvm_comparer | uvm_severity | sev = UVM_INFO; | |
| uvm_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. |
| uvm_comparer | int unsigned | verbosity = UVM_LOW; | |