mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
11 lines
589 B
Plaintext
11 lines
589 B
Plaintext
%Error-UNSUPPORTED: t/t_array_method_map.v:17:15: Unsupported: Array 'map' method (IEEE 1800-2023 7.12.5)
|
|
: ... note: In instance 't'
|
|
17 | res = a.map(el) with (el == 200);
|
|
| ^~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: t/t_array_method_map.v:17:15: Unknown built-in array method 'map'
|
|
: ... note: In instance 't'
|
|
17 | res = a.map(el) with (el == 200);
|
|
| ^~~
|
|
%Error: Exiting due to
|