diff --git a/rtl/ibex_core_tracing.sv b/rtl/ibex_core_tracing.sv index d2cec07b..6886972f 100644 --- a/rtl/ibex_core_tracing.sv +++ b/rtl/ibex_core_tracing.sv @@ -64,7 +64,7 @@ module ibex_core_tracing #( // ibex_tracer relies on the signals from the RISC-V Formal Interface `ifndef RVFI - Fatal error: RVFI needs to be defined globally. + $fatal("Fatal error: RVFI needs to be defined globally."); `endif logic rvfi_valid;