Communication between sequence and scoreboard

In reply to m_v:

Sending transactions from the sequence to the SB should not be used as a common approach. Any sequence generates seq_items which are visible in your UVM testbench when sent from the sequence to the target. You can observe this and send the transaction from there to the SB.