verilator/test_regress/t/t_struct_packed_init_bad.out

7 lines
377 B
Plaintext
Raw Normal View History

2024-09-15 17:05:48 +02:00
%Error: t/t_struct_packed_init_bad.v:12:17: Initial values not allowed in packed struct/union (IEEE 1800-2023 7.2.2)
: ... note: In instance 't'
2023-02-14 02:58:49 +01:00
12 | bit [3:0] m_lo = P;
| ^~~~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
2023-02-14 02:58:49 +01:00
%Error: Exiting due to