mirror of
https://github.com/verilator/verilator.git
synced 2025-01-03 21:27:35 +00:00
12 lines
210 B
ReStructuredText
12 lines
210 B
ReStructuredText
.. comment: generated by t_lint_pinmissing_bad
|
|
.. code-block:: sv
|
|
:linenos:
|
|
:emphasize-lines: 2
|
|
|
|
module t;
|
|
sub sub(); // <--- Warning
|
|
endmodule
|
|
module sub
|
|
(output port);
|
|
endmodule
|