Hello,
please anyone can explain me last argument of uvm _resource_db set method which is uvm_object accessor is used for auditing .
what is mean by auditing and how it execute or work?
The last argument is typically this
which is the a handle to the object making the call to set/get. It’s used for debugging with the +UVM_RESOURCE_database_TRACE
switch.