pyuvm.uvm_reporting
UVM reporting helpers.
Submodules
Package Contents
Functions
Enable or disable SV-UVM-style centralized reporting behavior. |
|
Return whether SV-UVM-style centralized reporting behavior is enabled. |
Data
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’,…