vishnuprasanth
03-12-2009, 07:17 AM
Hi,
How to Handle the interrupts using sequences. In my sequence i want to perform some specific action when interrupt occurs from DUT. In OVM Userguide i found that by creating interrupt handler sequence which will execute when interrupt is occured. This interrupt handler sequence is tied to default sequence of Sequencer. So that it will execute always.
But with the above style of coding if count variable of Sequencer is configured to '0' (Cases like while using Virtual sequences will get control of sequencers), the default sequence won't run which is interrupt handler sequence. How to do the interrupt handling in the above scenario.
Thanks & Regards,
Vishnu Prasanth V
How to Handle the interrupts using sequences. In my sequence i want to perform some specific action when interrupt occurs from DUT. In OVM Userguide i found that by creating interrupt handler sequence which will execute when interrupt is occured. This interrupt handler sequence is tied to default sequence of Sequencer. So that it will execute always.
But with the above style of coding if count variable of Sequencer is configured to '0' (Cases like while using Virtual sequences will get control of sequencers), the default sequence won't run which is interrupt handler sequence. How to do the interrupt handling in the above scenario.
Thanks & Regards,
Vishnu Prasanth V