Tracing: Wrap fatal error message with $fatal()

The syntax of this statement is not correct without the `$fatal()` SV
construct. This causes errors in some tools even if the error condition
is not met.
This commit is contained in:
Pirmin Vogel 2019-09-19 18:22:35 +01:00
parent 8d799e526b
commit 83d2185c9b

View file

@ -62,7 +62,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;