2023-03-17 12:48:41 +01:00
|
|
|
%Warning-STATICVAR: t/t_static_in_loop_unsup.v:14:24: Static variable with assignment declaration declared in a loop converted to automatic
|
2023-03-14 10:03:08 +01:00
|
|
|
14 | static int a = 0;
|
|
|
|
|
| ^
|
2023-03-17 12:48:41 +01:00
|
|
|
... For warning description see https://verilator.org/warn/STATICVAR?v=latest
|
|
|
|
|
... Use "/* verilator lint_off STATICVAR */" and lint_on around source to disable this message.
|
2023-03-14 10:03:08 +01:00
|
|
|
%Error: Exiting due to
|