How to get Sequence item into predictor of SB?

Hi
I want send my sequence item to predictor of scoreboard. Its not randomized item which i am sending to driver nor collected into monitor to connect with analysis ports/exports. It is just sequence item with declared fields. Before sending to the driver i want it to send to predictor.

Thanks in advance!!!

In reply to Swetha Reddy E:

You can implement an analysis port in your driver and sending a copy of your seq_item to the scoreboard which has to be connected to the driver’s analysis port.
A seq_item holds always data independent if you are randomizing it or not.