2025-10-17 15:00:32 +02:00
|
|
|
%Warning-SIDEEFFECT: t/t_lint_sideeffect_bad.v:17:31: Expression side effect may be mishandled
|
2023-10-15 12:44:35 +02:00
|
|
|
: ... Suggest use a temporary variable in place of this expression
|
2025-10-17 15:00:32 +02:00
|
|
|
17 | arr[postincrement_i()][postincrement_i()]++;
|
|
|
|
|
| ^
|
2025-09-29 14:20:54 +02:00
|
|
|
... For warning description see https://verilator.org/warn/SIDEEFFECT?v=latest
|
|
|
|
|
... Use "/* verilator lint_off SIDEEFFECT */" and lint_on around source to disable this message.
|
2023-10-15 12:44:35 +02:00
|
|
|
%Error: Exiting due to
|