2020-12-08 02:30:16 +01:00
|
|
|
%Warning-UNSIGNED: t/t_lint_unsigned_bad.v:13:15: Comparison is constant due to unsigned arithmetic
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2020-12-08 02:30:16 +01:00
|
|
|
13 | if (uns < 0) $stop;
|
|
|
|
|
| ^
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/UNSIGNED?v=latest
|
2020-12-08 02:30:16 +01:00
|
|
|
... Use "/* verilator lint_off UNSIGNED */" and lint_on around source to disable this message.
|
|
|
|
|
%Error: Exiting due to
|