2024-03-27 13:41:58 +01:00
|
|
|
%Error: t/t_assoc_nokey_bad.v:12:28: Missing pattern key (need an expression then a ':')
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
12 | int dict[string] = '{1, 2};
|
|
|
|
|
| ^
|
2025-04-05 23:10:28 +02:00
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2024-03-27 13:41:58 +01:00
|
|
|
%Error: t/t_assoc_nokey_bad.v:12:31: Missing pattern key (need an expression then a ':')
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
12 | int dict[string] = '{1, 2};
|
|
|
|
|
| ^
|
|
|
|
|
%Error: Exiting due to
|