PDA

View Full Version : OVM user class reference Errata......?



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:

mglasser
03-04-2008, 07:01 PM
This is in fact an error. The correction is exactly as you suggest. Thanks for pointing it out.

-- Mark