In reply to dave_59:
In reply to mundhemanasi:
That code does not work. It just overwrites the same config element over and over again. Use a config object extended from uvm_object and have whatever size array you need on that object.
Hi Dave,
Could you please point to an example for this? I would like to create a “common” queue and have two independent classes access the same element of the queue at the same time.