In reply to Amrish Kaklottar:
In reply to Harshad:
Hi Harshad,
Here from your question, this is constructor method for new derived class property from parent class. This process is called factory registration.
If you place component then depending on component, in constructor method you have to place two argument one string other parent as you place component from parent class. string name as class (derived) name and component as parent. In super new method same argument should be supply!
If you use transaction object then it should be one argument in method.
Regards,
Amrish
Thanks Amrish but i didn’t undergrad what “uvm_component parent = null” is exactly mean ?