mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +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;
|