What will happen if you dont connect one component in tlm port? an error occur ? in which phase of uvm

what will happen if you don’t connect one component in tlm port? an error occur ? in which phase of uvm

In reply to sahna98:

TLM connections should be implemented in the corresponding ohase, the connect_phase.
If you have one-to-one connections like the sequencer-driver interface it will result in an error.
If you do not connect anything to an analysis port nothing will happen (one-to-many connections).

In reply to chr_sue:

yah for a one-to-one connection we get an error but in which phase of uvm.