verilator/test_regress/t/t_lint_ifdepth_bad.out
2019-07-26 12:52:38 -04:00

7 lines
361 B
Plaintext

%Warning-IFDEPTH: t/t_lint_ifdepth_bad.v:21: Deep 'if' statement; suggest unique/priority to avoid slow logic
: ... In instance t
else if (value==11) begin end
^~
... Use "/* verilator lint_off IFDEPTH */" and lint_on around source to disable this message.
%Error: Exiting due to