mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 08:07:46 +00:00
4babba16d6
* Support 2D dynamic array initialization (#4700) - new[] on sub arrays (as per original issue) - Built-in methods for sub-arrays - Initialization and literals assignmensts - Dynamic array as an element for other arrays and queues
11 lines
660 B
Plaintext
11 lines
660 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;
|
|
| ^~
|
|
... See the manual at https://verilator.org/verilator_doc.html for more assistance.
|