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