mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 10:27:04 +02:00
8 lines
312 B
ReStructuredText
8 lines
312 B
ReStructuredText
.. 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;
|
|
| ^
|