2019-07-26 18:52:38 +02:00
|
|
|
%Warning-USERFATAL: "boom"
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/USERFATAL?v=latest
|
2019-07-26 18:52:38 +02:00
|
|
|
... Use "/* verilator lint_off USERFATAL */" and lint_on around source to disable this message.
|
2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_generate_fatal_bad.v:13:29: Expecting expression to be constant, but can't determine constant for FUNCREF 'get_baz'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't.nested_loop[10].foo2_inst.foo2_loop[1].foo_in_foo2_inst'
|
2020-03-21 16:24:24 +01:00
|
|
|
t/t_generate_fatal_bad.v:9:4: ... Location of non-constant STOP: $stop executed during function constification; maybe indicates assertion firing
|
2023-09-23 14:52:50 +02:00
|
|
|
t/t_generate_fatal_bad.v:13:29: ... Called from 'get_baz()' with parameters:
|
2019-08-12 14:33:58 +02:00
|
|
|
bar = ?32?h0
|
2020-04-04 02:07:46 +02:00
|
|
|
13 | localparam integer BAZ = get_baz(BAR);
|
|
|
|
|
| ^~~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2019-07-26 18:52:38 +02:00
|
|
|
%Error: Exiting due to
|