Fine-grained control of traces
Open
ir
simulator
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
UVM has per-module control and verbosity of logging statements similar to abseil logging. Perhaps trace should have a notion of verbosity or of labels. With enough extra information, a trace() statement could be translated into `` `uvm_info()``, `` `uvm_warning()``, `` `uvm_error()``, etc., or some other plusarg controlled logging statement.
Contributor guide
Assessment
This issue has not been assessed yet.