verilator/test_regress/t/t_lint_unsigned_bad.out
2020-12-07 20:30:16 -05:00

7 lines
363 B
Plaintext

%Warning-UNSIGNED: t/t_lint_unsigned_bad.v:13:15: Comparison is constant due to unsigned arithmetic
: ... In instance t
13 | if (uns < 0) $stop;
| ^
... Use "/* verilator lint_off UNSIGNED */" and lint_on around source to disable this message.
%Error: Exiting due to