Hardware interview practice
Report verbosity and severity
A component's verbosity is lowered to UVM_NONE, yet UVM_ERROR reports are still displayed. Why is this expected?
Choose one
Answer choices
- A. UVM_NONE is numerically the highest verbosity
- B. Verbosity filtering primarily applies to UVM_INFO; error visibility is controlled by severity/ID actions and report configuration
- C. Errors bypass the report server and are printed by the simulator
- D. Only sequence objects can change report verbosity
