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_info
macro for UVM components or a$display
statement for DPI components.Warning
Set the run-time error to a
`uvm_warning
macro for UVM components or a$warning
statement for DPI components.Error
Set the run-time error to a
`uvm_error
macro for UVM components or a$error
statement for DPI components.Fatal
Set the run-time error to a
`uvm_fatal
macro for UVM components or a$fatal
statement for DPI components.
Dependencies
To enable this parameter, select Report run-time error.
Settings
Fatal
(default) | Info
| Warning
| Error
Default value is Fatal
.
Programmatic Use
Parameter:DPIRunTimeErrorSeverity
|
Type: |
Values:
Fatal |Info |Warning |Error |
Default:
Fatal |
Version History
Introduced in R2013b