Uvm_component parent handle cannot be passed into static method inside virtual class

In reply to Vaino:
Why do you want the parent to be a parameter of your class? Just pass it as the second argument to your create_child class.