verilator/test_regress/t/t_order_blkloopinit_bad.out

19 lines
1.3 KiB
Plaintext
Raw Normal View History

%Error-BLKLOOPINIT: t/t_order_blkloopinit_bad.v:26:20: Unsupported: Non-blocking assignment to array inside loop in suspendable process or fork
: ... note: In instance 't'
26 | array1[i] <= 0;
| ^~
2021-04-24 14:33:49 +00:00
... For error description see https://verilator.org/warn/BLKLOOPINIT?v=latest
%Error-BLKLOOPINIT: t/t_order_blkloopinit_bad.v:36:20: Unsupported: Non-blocking assignment to array with compound element type inside loop
: ... note: In instance 't'
36 | array2[i] <= null;
| ^~
%Error-BLKLOOPINIT: t/t_order_blkloopinit_bad.v:45:20: Unsupported: Non-blocking assignment to array in both loop and suspendable process/fork
: ... note: In instance 't'
t/t_order_blkloopinit_bad.v:50:20: ... Location of non-blocking assignment in suspendable process/fork
50 | #1 array3[0] <= 0;
| ^~
t/t_order_blkloopinit_bad.v:45:20: ... Location of non-blocking assignment inside loop
45 | array3[i] <= 0;
| ^~
%Error: Exiting due to