2019-07-23 19:58:17 +02:00
|
|
|
%Warning-USERFATAL: "f_add = 15"
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/USERFATAL?v=latest
|
2019-05-31 02:30:59 +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_func_const_struct_bad.v:17:21: Expecting expression to be constant, but can't determine constant for FUNCREF 'f_add2'
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-03-21 16:24:24 +01:00
|
|
|
t/t_func_const_struct_bad.v:28:9: ... Location of non-constant STOP: $stop executed during function constification; maybe indicates assertion firing
|
2023-09-23 14:52:50 +02:00
|
|
|
t/t_func_const_struct_bad.v:38:16: ... Called from 'f_add()' with parameters:
|
2019-05-31 02:30:59 +02:00
|
|
|
params = '{a: 32'h7, b: 32'h8}
|
2023-09-23 14:52:50 +02:00
|
|
|
t/t_func_const_struct_bad.v:17:21: ... Called from 'f_add2()' with parameters:
|
2019-08-12 14:33:58 +02:00
|
|
|
a = ?32?h7
|
|
|
|
|
b = ?32?h8
|
|
|
|
|
c = ?32?h9
|
2020-04-04 02:07:46 +02:00
|
|
|
17 | localparam P24 = f_add2(7, 8, 9);
|
|
|
|
|
| ^~~~~~
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|