uvm_resource_db¶
-
class
uvm.base.uvm_resource_db.UVMResourceDb(T=None)[source]¶ Bases:
object-
rsrc_t¶ alias of
uvm.base.uvm_resource.UVMResource
-
-
class
uvm.base.uvm_resource_db.UVMResourceDbOptions[source]¶ Bases:
object-
ready= False¶
-
tracing= False¶
-
classmethod
turn_on_tracing()[source]¶ Function: turn_on_tracing
Turn tracing on for the resource database. This causes all reads and writes to the database to display information about the accesses. Tracing is off by default.
This method is implicitly called by the ~+UVM_RESOURCE_DB_TRACE~.
-
classmethod
turn_off_tracing()[source]¶ Function: turn_off_tracing
Turn tracing off for the resource database.
-