mirror of
https://github.com/verilator/verilator.git
synced 2025-01-14 18:44:02 +00:00
12 lines
619 B
Plaintext
12 lines
619 B
Plaintext
%Error-BLKANDNBLK: t/t_order_blkandnblk_bad.v:17:21: Unsupported: Blocked and non-blocking assignments to same variable: 't.array'
|
|
17 | logic [1:0][3:0] array;
|
|
| ^~~~~
|
|
t/t_order_blkandnblk_bad.v:19:16: ... Location of blocking assignment
|
|
19 | always_comb array[0] = i;
|
|
| ^~~~~
|
|
t/t_order_blkandnblk_bad.v:22:6: ... Location of nonblocking assignment
|
|
22 | array[1] <= array[0];
|
|
| ^~~~~
|
|
... For error description see https://verilator.org/warn/BLKANDNBLK?v=latest
|
|
%Error: Exiting due to
|