I have a class structure where hierarchical paths to certain modules are present as string. It works fine with uvm_hdl_deposit and uvm_hdl_read. However to call any tasks/functions present in those modules the path in string format cannot be used. Is there a way to get to the module hierarchy from this ?
In reply to PANKAJ GAUR 93:
https://verificationacademy.com/cookbook/abstractconcreteclassconnections
You can use the same principle of calling pure virtual methods to call any task in your module/interface