verilator/docs/gen/ex_MULTIDRIVENPROC_msg.rst

9 lines
411 B
ReStructuredText

.. comment: generated by t_lint_multidriven_proc_bad
.. code-block::
%Warning-MULTIDRIVENPROC: example.v:1:25 Variable written to in always block also written by another always block: 'q'
: ... note: In instance 't'
example.v:1:25
16 | always @(posedge clk) q <= ~d;
| ^