In reply to UVM_learner6:
seq_items comming from the same sequence have always the sam sequence_id, but the transaction_id’s are unique… Storing the transactions which cannot processed immediately in an associative array is a good solution. We can use the transaction_id as index. Then we do not have to search a whole queue, but looking for an existing index.
1 Like