Hello,
I have an ovm_object which has a new() function with few extra arguments. Will this new() gets called with type_id::create() call ? Tried adding arguments to type_id::create() call and also tried to add create() function with my arguments in ovm_object and both ended up in compile errors. What is the right way to do this ?
Thanks