[source]

Class uvm_pkg::uvm_config_db_options

Options include:

tracing

on/off

The default for tracing is off.

Functions

turn_on_tracing()

Function

turn_on_tracing

Turn tracing on for the configuration 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_CONFIG_DB_TRACE .

turn_off_tracing()

Function

turn_off_tracing

Turn tracing off for the configuration database.

is_tracing()

Function

is_tracing

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