In reply to shine2828:
Dear sir,
i have my data stored in queue as id_queue while sending data to DUT. It is described as follows
bit[15:0] id_queue[$]
id_queue= {16’h0001, 16’h0002, 16’h0003, 16’h0004… , 16’hCFFF}
While receiving response from the DUT same id/different id comes in any order. I want to match my response id with the originally sent id(if exists) and delete the same. For that to happen i have tried to match my response id with sent id_queue. But i could not do that.
Can anyone please help me with the same?
Your logic of matching response ID with sent ID should also work logically.
What is the issue that you are getting?
Thanks,
Suyog