11 lines
657 B
Plaintext
11 lines
657 B
Plaintext
%Error-UNSUPPORTED: t/t_dynarray_bits.v:12:11: Unsupported: $bits for dynamic array
|
|
: ... note: In instance 't'
|
|
12 | if ($bits(a) != 0) $stop;
|
|
| ^~~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: Internal Error: t/t_dynarray_bits.v:12:20: ../V3Width.cpp:#: Node has no type
|
|
: ... note: In instance 't'
|
|
12 | if ($bits(a) != 0) $stop;
|
|
| ^~
|
|
... This fatal error may be caused by the earlier error(s); resolve those first.
|