2025-03-09 15:31:01 +01:00
|
|
|
%Error-BLKANDNBLK: t/t_order_blkandnblk_bad.v:18:21: Unsupported: Blocked and non-blocking assignments to same variable: 't.array'
|
|
|
|
|
18 | logic [1:0][3:0] array;
|
2020-12-08 02:30:16 +01:00
|
|
|
| ^~~~~
|
2025-03-09 15:31:01 +01:00
|
|
|
t/t_order_blkandnblk_bad.v:20:25: ... Location of blocking assignment
|
|
|
|
|
20 | always_comb array[0] = i;
|
2022-10-01 13:28:16 +02:00
|
|
|
| ^
|
2025-03-09 15:31:01 +01:00
|
|
|
t/t_order_blkandnblk_bad.v:23:15: ... Location of nonblocking assignment
|
|
|
|
|
23 | array[1] <= array[0];
|
2022-10-01 13:28:16 +02:00
|
|
|
| ^~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/BLKANDNBLK?v=latest
|
2020-12-08 02:30:16 +01:00
|
|
|
%Error: Exiting due to
|