UVM get_response

Hi, The défault size of the response queue in sequencer is of 8 locations, is there a way we can increase this size?

In reply to yourcheers:

Youshould visit the UVM Class reference.
Ther you can find the method to modify the depth of the response queue. See here:
set_response_queue_depth
function void set_response_queue_depth( int value )
The default maximum depth of the response queue is 8. These method is used to examine or change the maximum depth of the response queue.

Setting the response_queue_depth to -1 indicates an arbitrarily deep response queue. No checking is done.