2025-08-22 12:21:13 +02:00
|
|
|
%Error: t/t_assign_automatic_bad.v:37:10: Automatic lifetime variable not allowed in continuous assignment (IEEE 1800-2023 6.21): 'bad_auto3'
|
2025-08-10 13:23:28 +02:00
|
|
|
: ... note: In instance 't'
|
2025-08-22 12:21:13 +02:00
|
|
|
37 | assign bad_auto3 = 2;
|
2025-08-10 13:23:28 +02:00
|
|
|
| ^~~~~~~~~
|
|
|
|
|
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
|
2025-08-22 12:21:13 +02:00
|
|
|
%Error: t/t_assign_automatic_bad.v:38:10: Dynamically-sized variable not allowed in continuous assignment (IEEE 1800-2023 6.21): 'bad_dyn5'
|
2025-08-10 13:23:28 +02:00
|
|
|
: ... note: In instance 't'
|
2025-08-22 12:21:13 +02:00
|
|
|
38 | assign bad_dyn5[0] = empty_dyn;
|
2025-08-10 13:23:28 +02:00
|
|
|
| ^~~~~~~~
|
2025-08-22 12:21:13 +02:00
|
|
|
%Error: t/t_assign_automatic_bad.v:40:12: Automatic lifetime variable not allowed in continuous assignment (IEEE 1800-2023 6.21): 'm_bad1'
|
2025-08-10 13:23:28 +02:00
|
|
|
: ... note: In instance 't'
|
2025-08-22 12:21:13 +02:00
|
|
|
40 | assign c.m_bad1 = 2;
|
2025-08-10 13:23:28 +02:00
|
|
|
| ^~~~~~
|
2025-08-22 12:21:13 +02:00
|
|
|
%Error: t/t_assign_automatic_bad.v:50:5: Automatic lifetime variable not allowed in nonblocking assignment (IEEE 1800-2023 6.21): 'bad_auto4'
|
2025-08-10 13:23:28 +02:00
|
|
|
: ... note: In instance 't'
|
2025-08-22 12:21:13 +02:00
|
|
|
50 | bad_auto4 <= 2;
|
2025-08-10 13:23:28 +02:00
|
|
|
| ^~~~~~~~~
|
2025-08-22 12:21:13 +02:00
|
|
|
%Error: t/t_assign_automatic_bad.v:51:5: Dynamically-sized variable not allowed in nonblocking assignment (IEEE 1800-2023 6.21): 'bad_dyn6'
|
2025-08-10 13:23:28 +02:00
|
|
|
: ... note: In instance 't'
|
2025-08-22 12:21:13 +02:00
|
|
|
51 | bad_dyn6[0] <= 2;
|
2025-08-10 13:23:28 +02:00
|
|
|
| ^~~~~~~~
|
2025-08-22 12:21:13 +02:00
|
|
|
%Error: t/t_assign_automatic_bad.v:53:5: Dynamically-sized variable not allowed in nonblocking assignment (IEEE 1800-2023 6.21): 'bad_queue'
|
2025-08-10 13:23:28 +02:00
|
|
|
: ... note: In instance 't'
|
2025-08-22 12:21:13 +02:00
|
|
|
53 | bad_queue[0] <= 2;
|
|
|
|
|
| ^~~~~~~~~
|
|
|
|
|
%Error: t/t_assign_automatic_bad.v:55:5: Dynamically-sized variable not allowed in nonblocking assignment (IEEE 1800-2023 6.21): 'bad_assoc'
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
55 | bad_assoc[0] <= 2;
|
|
|
|
|
| ^~~~~~~~~
|
|
|
|
|
%Error: t/t_assign_automatic_bad.v:58:7: Automatic lifetime variable not allowed in nonblocking assignment (IEEE 1800-2023 6.21): 'm_bad2'
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
58 | c.m_bad2 <= 2;
|
2025-08-10 13:23:28 +02:00
|
|
|
| ^~~~~~
|
2025-08-22 12:21:13 +02:00
|
|
|
%Error: t/t_assign_automatic_bad.v:60:10: Dynamically-sized variable not allowed in nonblocking assignment (IEEE 1800-2023 6.21): 's_dyn'
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
60 | Cls::s_dyn[0] <= 2;
|
|
|
|
|
| ^~~~~
|
|
|
|
|
%Error: t/t_assign_automatic_bad.v:62:26: Dynamically-sized variable not allowed in nonblocking assignment (IEEE 1800-2023 6.21): 's_dyn'
|
|
|
|
|
: ... note: In instance 't'
|
|
|
|
|
62 | clist[bad_dyn6[0]++].s_dyn[0] <= '1;
|
|
|
|
|
| ^~~~~
|
2025-08-10 13:23:28 +02:00
|
|
|
%Error: Exiting due to
|