mirror of
https://github.com/verilator/verilator.git
synced 2025-01-04 05:37:48 +00:00
7 lines
135 B
ReStructuredText
7 lines
135 B
ReStructuredText
.. comment: generated by t_lint_didnotconverge_bad
|
|
.. code-block:: sv
|
|
:linenos:
|
|
|
|
always_comb b = ~a;
|
|
always_comb a = b;
|