mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
12 lines
851 B
Plaintext
12 lines
851 B
Plaintext
%Warning-IMPLICITSTATIC: t/t_func_no_lifetime_bad.v:7:14: Function/task's lifetime implicitly set to static
|
|
: ... Suggest use 'function automatic' or 'function static'
|
|
7 | function int f_implicit_static();
|
|
| ^~~~~~~~~~~~~~~~~
|
|
... For warning description see https://verilator.org/warn/IMPLICITSTATIC?v=latest
|
|
... Use "/* verilator lint_off IMPLICITSTATIC */" and lint_on around source to disable this message.
|
|
%Warning-IMPLICITSTATIC: t/t_func_no_lifetime_bad.v:12:6: Function/task's lifetime implicitly set to static
|
|
: ... Suggest use 'function automatic' or 'function static'
|
|
12 | task t_implicit_static();
|
|
| ^~~~~~~~~~~~~~~~~
|
|
%Error: Exiting due to
|