mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
8 lines
459 B
Plaintext
8 lines
459 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;
|
|
| ^
|
|
... For warning description see https://verilator.org/warn/UNSIGNED?v=latest
|
|
... Use "/* verilator lint_off UNSIGNED */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|