verilator/test_regress/t/t_lint_assigneqexpr_bad.out

12 lines
743 B
Plaintext

%Warning-ASSIGNEQEXPR: t/t_lint_assigneqexpr.v:32:11: Assignment '=' inside expression
: ... Was a '==' intended, or suggest use a separate statement
32 | c_o = 1
| ^
... For warning description see https://verilator.org/warn/ASSIGNEQEXPR?v=latest
... Use "/* verilator lint_off ASSIGNEQEXPR */" and lint_on around source to disable this message.
%Warning-ASSIGNEQEXPR: t/t_lint_assigneqexpr.v:34:11: Assignment '=' inside expression
: ... Was a '==' intended, or suggest use a separate statement
34 | c_o = 0
| ^
%Error: Exiting due to