mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
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:
parent
8d799e526b
commit
83d2185c9b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue