Sequencers

can we have 2 sequencers inside agent.In my case im having one apb agent and one interrupt controller agent,so in my interrupt agent ill be driving my interrupts and even the acknowlegement ill be driving in my case.so sometimes this acknowlegdement shud be 0 and sometimes it shud be one.so for tis can i have a different seq item r anyway is there?

You can do whatever you want with your UVM testbench. It will just need a little software expertise.

Refer to this link for a good tutorial on UVM:
https://verificationacademy.com/courses/introduction-to-the-uvm

In reply to Rahul jagadish:

It is not useful and nor recommended to have 2 sequencers in an agent. And you do not need 2 different seq_items. The data mambers of a seq_item are not constructed by interface signals.