2023-02-03 00:25:25 +01:00
%Warning-WIDTHEXPAND: t/t_func_bad_width.v:13:13: Operator FUNCREF 'MUX' expects 40 bits on the Function Argument, but Function Argument's VARREF 'in' generates 39 bits.
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2020-04-04 02:07:46 +02:00
13 | out = MUX (in);
| ^~~
2023-02-03 00:25:25 +01:00
... For warning description see https://verilator.org/warn/WIDTHEXPAND?v=latest
... Use "/* verilator lint_off WIDTHEXPAND */" and lint_on around source to disable this message.
%Warning-WIDTHTRUNC: t/t_func_bad_width.v:13:11: Operator ASSIGN expects 4 bits on the Assign RHS, but Assign RHS's FUNCREF 'MUX' generates 32 bits.
2023-09-23 14:52:50 +02:00
: ... note: In instance 't'
2020-04-04 02:07:46 +02:00
13 | out = MUX (in);
| ^
2025-04-05 23:10:28 +02:00
... For warning description see https://verilator.org/warn/WIDTHTRUNC?v=latest
... Use "/* verilator lint_off WIDTHTRUNC */" and lint_on around source to disable this message.
2018-11-03 19:59:04 +01:00
%Error: Exiting due to