TLM - Port and export Connection

In reply to Malai_21:

Hello all
I was trying to connect the port and export of TLM 1.0 and I was getting the following errors. It was working fine for imp port.
Errors:

UVM_ERROR @ 0: uvm_test_top.env.comp_b.trans_in [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_ERROR @ 0: uvm_test_top.env.comp_a.trans_out [Connection Error] connection count of 0 does not meet required minimum of 1

UVM_FATAL @ 0: reporter [BUILDERR] stopping due to build errors

You can’t connect a uvm_blocking_put_port with an uvm_blocking_put_export. For details see the UVM Standard chapter 5.5.2.14 connect.
A uvm_blocking_put_port can be connected only to a uvm_put_export or a uvm_blocking_put_imp. The imp provides the put task.