In case of DUT reset, if we want all pending transactions to be removed we have to FLUSH the TLM FIFO between sequencer & the driver.
Does the seq_item_port support flush operation. I am unable to flush it from driver.
In case of DUT reset, if we want all pending transactions to be removed we have to FLUSH the TLM FIFO between sequencer & the driver.
Does the seq_item_port support flush operation. I am unable to flush it from driver.
To flush the seq_item_port TLM FIFO from the driver you can call try_next_item() until you receive a null handle.