2026-05-27 00:20:15 +08:00
|
|
|
.. comment: generated by t_lint_notredop_bad
|
|
|
|
|
.. code-block::
|
|
|
|
|
|
|
|
|
|
%Error-NOTREDOP: example.v:1:17 Logical not directly before reduction operator is illegal
|
|
|
|
|
: ... Suggest use parentheses, e.g. '!(|expr)'
|
|
|
|
|
12 | assign y[0] = !|v;
|
|
|
|
|
| ^
|