In reply to cashah85:
Hello Chetan
Thanks for your reply. I get the error message “E`TOOMAC”. That means there is some constructor problem with event or event_pool.
What I am trying to do is:
1. I have two agents.agent A and agent B.
2. Agent A has driver Ad and Sequencer As and sequence Ase.
3. Agent B has driver Bd and Sequencer Bs and sequence Bse.
4.When driver Ad gets the sequence items using get_sequence_item() few signals are driven through interface.
5. Based on those driven signals, few other signals in Agent B has to be generated or driven.
6. I was trying to do this using event_pool.
Do you think it is a good approach ?
Thanks