mirror of
https://github.com/verilator/verilator.git
synced 2025-01-04 05:37:48 +00:00
12 lines
243 B
ReStructuredText
12 lines
243 B
ReStructuredText
.. comment: generated by t_lint_pkgnodecl_bad
|
|
.. code-block:: sv
|
|
:linenos:
|
|
:emphasize-lines: 2
|
|
|
|
module t;
|
|
initial Pkg::hello(); //<--- Warning
|
|
endmodule
|
|
package Pkg;
|
|
function void hello(); endfunction
|
|
endpackage
|