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