mirror of
https://github.com/verilator/verilator.git
synced 2025-01-03 21:27:35 +00:00
22 lines
1.8 KiB
Plaintext
22 lines
1.8 KiB
Plaintext
%Error: t/t_array_method_unsup.v:23:17: 'with' not legal on this method
|
|
: ... note: In instance 't'
|
|
23 | i = q.sum with (item + 1); do if ((i) !== (32'h11)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\n", "t/t_array_method_unsup.v",23, (i), (32'h11)); $stop; end while(0);;
|
|
| ^~~~
|
|
%Error: t/t_array_method_unsup.v:24:21: 'with' not legal on this method
|
|
: ... note: In instance 't'
|
|
24 | i = q.product with (item + 1); do if ((i) !== (32'h168)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\n", "t/t_array_method_unsup.v",24, (i), (32'h168)); $stop; end while(0);;
|
|
| ^~~~
|
|
%Error: t/t_array_method_unsup.v:27:17: 'with' not legal on this method
|
|
: ... note: In instance 't'
|
|
27 | i = q.and with (item + 1); do if ((i) !== (32'b1001)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\n", "t/t_array_method_unsup.v",27, (i), (32'b1001)); $stop; end while(0);;
|
|
| ^~~~
|
|
%Error: t/t_array_method_unsup.v:28:16: 'with' not legal on this method
|
|
: ... note: In instance 't'
|
|
28 | i = q.or with (item + 1); do if ((i) !== (32'b1111)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\n", "t/t_array_method_unsup.v",28, (i), (32'b1111)); $stop; end while(0);;
|
|
| ^~~~
|
|
%Error: t/t_array_method_unsup.v:29:17: 'with' not legal on this method
|
|
: ... note: In instance 't'
|
|
29 | i = q.xor with (item + 1); do if ((i) !== (32'hb)) begin $write("%%Error: %s:%0d: got='h%x exp='h%x\n", "t/t_array_method_unsup.v",29, (i), (32'hb)); $stop; end while(0);;
|
|
| ^~~~
|
|
%Error: Exiting due to
|