Accessing a task of a uvm file inside another

Hi
How can I access a task defined inside another uvm file,say for eg scoreboard inside another one, say the sequence library?

In reply to Gokul S:

UVM uses TLM for communication between components. You should never access tasks in one component from another component.

Perhaps if you describe what you want to accomplish, someone can provide a solution for you.