1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-23 14:54:15 +00:00
verilator/test_regress/t/t_lint_cmpconst_bad.out
2021-04-24 10:33:49 -04:00

8 lines
458 B
Plaintext

%Warning-CMPCONST: t/t_lint_cmpconst_bad.v:13:15: Comparison is constant due to limited range
: ... In instance t
13 | if (uns > 3'b111) $stop;
| ^
... For warning description see https://verilator.org/warn/CMPCONST?v=latest
... Use "/* verilator lint_off CMPCONST */" and lint_on around source to disable this message.
%Error: Exiting due to