2019-07-23 17:58:17 +00:00
|
|
|
%Warning-USERFATAL: "f_add = 15"
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off USERFATAL */" and lint_on around source to disable this message.
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_func_const_struct_bad.v:16:21: Expecting expression to be constant, but can't determine constant for FUNCREF 'f_add2'
|
|
|
|
: ... In instance t
|
|
|
|
t/t_func_const_struct_bad.v:27:9: ... Location of non-constant STOP: $stop executed during function constification; maybe indicates assertion firing
|
|
|
|
t/t_func_const_struct_bad.v:37:16: ... Called from f_add() with parameters:
|
2019-05-31 00:30:59 +00:00
|
|
|
params = '{a: 32'h7, b: 32'h8}
|
2020-03-15 02:02:42 +00:00
|
|
|
t/t_func_const_struct_bad.v:16:21: ... Called from f_add2() with parameters:
|
2019-08-12 12:33:58 +00:00
|
|
|
a = ?32?h7
|
|
|
|
b = ?32?h8
|
|
|
|
c = ?32?h9
|
2019-07-15 01:42:03 +00:00
|
|
|
localparam P24 = f_add2(7, 8, 9);
|
|
|
|
^~~~~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|