pyuvm.uvm_reporting

UVM reporting helpers.

Submodules

Package Contents

Functions

_parse_bool

set_sv_uvm_style_reporting_enabled

Enable or disable SV-UVM-style centralized reporting behavior.

get_sv_uvm_style_reporting_enabled

Return whether SV-UVM-style centralized reporting behavior is enabled.

Data

_ENV_VAR

_TRUE_VALUES

_FALSE_VALUES

_sv_uvm_style_reporting_enabled

__all__

API

pyuvm.uvm_reporting._ENV_VAR

‘PYUVM_ENABLE_SV_UVM_STYLE_REPORTING’

pyuvm.uvm_reporting._TRUE_VALUES

None

pyuvm.uvm_reporting._FALSE_VALUES

None

pyuvm.uvm_reporting._parse_bool(value: Any) bool
pyuvm.uvm_reporting._sv_uvm_style_reporting_enabled

‘_parse_bool(…)’

pyuvm.uvm_reporting.set_sv_uvm_style_reporting_enabled(enabled: bool) None

Enable or disable SV-UVM-style centralized reporting behavior.

pyuvm.uvm_reporting.get_sv_uvm_style_reporting_enabled() bool

Return whether SV-UVM-style centralized reporting behavior is enabled.

pyuvm.uvm_reporting.__all__

[‘UVM_DEBUG’, ‘UVM_ERROR’, ‘UVM_FATAL’, ‘UVM_FULL’, ‘UVM_HIGH’, ‘UVM_INFO’, ‘UVM_LOW’, ‘UVM_MEDIUM’,…