What is uvm_resource class? How is it different from uvm_config_db??
Hi
I’m asking about resource class, not resource db. Or both are same?
Sorry, I misread your question.
uvm_resource
is a container object used by both uvm_config_db
and uvm_resource_db
classes. The uvm_*_db classes are wrappers around a database made of of uvm_resource
objects. This should be considered an implementation detail that you don’t need to know about unless you plan to modify the behavior, which is something you shouldn’t need to do.