pallavjyoti
03-04-2008, 01:57 AM
I happened to find an error in the page no 211 of OVM_Reference_1.0.1.
In the class ovm_in_order_class_comparator the code appears as follows:
Summary
class ovm_in_order_built_in_comparator #(type T=int) extends
ovm_in_order_comparator #(T);
function new(string name,ovm_component parent);
end class
Is it ovm_in_order_class_comparator instead of highlighted one above? kindly comment.:confused:
In the class ovm_in_order_class_comparator the code appears as follows:
Summary
class ovm_in_order_built_in_comparator #(type T=int) extends
ovm_in_order_comparator #(T);
function new(string name,ovm_component parent);
end class
Is it ovm_in_order_class_comparator instead of highlighted one above? kindly comment.:confused: