Using sequence_item X in agent Y

Hi,

in my verification environment, I need to get a sequence_item to an agent that using other sequence_item.
For example:
i have controller_agent, using controller_seq_item
and spi_agent, using spi_seq_item.

i want using spi_seq_item in controller monitor, added tlm port in order to pass the item, but controller_monitor, not know the spi_seq_item.

What can I do with it?

Thanks

It’s up to you to make this seq_item visible to the other agent/monitor. Simply compile it with the controller code.

thank you.
I did it and now it’s ok.