[source]

Class uvm_resource_db_options

uvm_pkg::uvm_resource_db_options + is_tracing(): bit + turn_off_tracing(): void + turn_on_tracing(): void

Inheritance Diagram of uvm_resource_db_options

Options include:

tracing

on/off

The default for tracing is off.

Functions

static function void turn_on_tracing ( ) [source]

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 .

static function void turn_off_tracing ( ) [source]

Turn tracing off for the resource database.

static function bit is_tracing ( ) [source]

Returns 1 if the tracing facility is on and 0 if it is off.