Severity
Severity for run-time errors
Model Configuration Pane: SystemVerilog DPI / Run-time Error Reporting
Description
Select the severity for run-time errors.
- Info
- Set the run-time error to a - `uvm_infomacro for UVM components or a- $displaystatement for DPI components.
- Warning
- Set the run-time error to a - `uvm_warningmacro for UVM components or a- $warningstatement for DPI components.
- Error
- Set the run-time error to a - `uvm_errormacro for UVM components or a- $errorstatement for DPI components.
- Fatal
- Set the run-time error to a - `uvm_fatalmacro for UVM components or a- $fatalstatement for DPI components.
Dependencies
To enable this parameter, select Report run-time error.
Settings
Fatal (default) | Info | Warning | ErrorDefault value is Fatal.
Programmatic Use
| Parameter: DPIRunTimeErrorSeverity | 
| Type: | 
| Values: Fatal|Info|Warning|Error | 
| Default: Fatal | 
Version History
Introduced in R2013b