In reply to jjose:
You must follow the ovm prototype for the new() function. You can not add in any extra arguments.
If you need to set additional variables, you will need to do that after the object is created.
In reply to jjose:
You must follow the ovm prototype for the new() function. You can not add in any extra arguments.
If you need to set additional variables, you will need to do that after the object is created.