OVERVIEW DOCUMENTATION
API DOCUMENTATION
CLASS
uvm_class_comp #(T)
This policy class is used to compare two objects of the same type.
Provides a comp method that compares two objects of type T. The class T must provide the method "function bit compare(T rhs)", similar to the uvm_object::compare method.
Name
Default value
Description
int
CLASS
uvm_class_comp #(T)
This policy class is used to compare two objects of the same type.
Provides a comp method that compares two objects of type T. The class T must provide the method "function bit compare(T rhs)", similar to the uvm_object::compare method.