2020-12-08 01:30:16 +00:00
|
|
|
%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;
|
|
|
|
| ^
|
2021-04-18 14:16:18 +00:00
|
|
|
... For warning description see https://verilator.org/warn/CMPCONST?v=4.201
|
2020-12-08 01:30:16 +00:00
|
|
|
... Use "/* verilator lint_off CMPCONST */" and lint_on around source to disable this message.
|
|
|
|
%Error: Exiting due to
|