Queue

i am facing a problem.

in scoreboard i am collecting data from 2 different monitor’s and storing in a queue. now i wanted to filter the values are stored in queue. the values are stored inside queue is in tx type, and in tx,variables are there like address, data, id . it is possible to do? if then how.

In reply to Abhisek Sarkar:

You don’t mention the criteria you want to filter.

The easiest is to do the filtering before pushing transactions onto the queue. You might want to look at section 7.12.1 Array locator methods of the 1800-2017 LRM.