2020-03-21 15:24:24 +00:00
|
|
|
%Warning-WIDTH: t/t_dynarray_bad.v:15:11: Operator NEWDYNAMIC expects 32 bits on the new() size, but new() size's VARREF 's' generates 64 bits.
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... In instance t
|
2020-04-04 00:07:46 +00:00
|
|
|
15 | a = new [s];
|
|
|
|
| ^~~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/WIDTH?v=latest
|
2020-03-07 15:24:27 +00:00
|
|
|
... Use "/* verilator lint_off WIDTH */" and lint_on around source to disable this message.
|
2020-05-04 23:57:21 +00:00
|
|
|
%Error: Internal Error: t/t_dynarray_bad.v:15:16: ../V3Number.cpp:#: Number operation called with non-logic (double or string) argument: '"str""
|
|
|
|
15 | a = new [s];
|
|
|
|
| ^
|