Creation of objects in the run phase?

Hi Members,

Can we create the objects in the Run_phase in my TB.
For components we will use the build phase for the ::create method. But as per my understanding it is not mandatory for the objects to be created in the build phase we only have to ensure they are created before they are used. Please correct me if my understanding is wrong.

Thanks,
Yash Chindak
AISemiCon

In reply to yashchindak:

You are correct, Only objects derived from uvm_component have phase related restrictions for construction.