Is interrupt signal need to be considered (in VIP) while developing a UART VIP?

Hi, I am trying to develop a VIP for UART, based on TI Specification. So based on that,Pin signals like tx_o,rx_i, and a interrupt signal would be there, apart from that some form of a slave, for interfacing registers like (Apb,AXI,Wishbone…etc). So Should my VIP include the interrupt signal and the logic that drives the interrupts as in a dut?

In reply to adharshh:

If there is an interrupt functionality /signal you should be able to run an interrupt routine using an interrupt sequence which locks the default sequence execution.