verilator/test_regress/t/t_lint_nolatch_bad.out
2021-01-05 14:26:01 -05:00

6 lines
282 B
Plaintext

%Warning-NOLATCH: t/t_lint_nolatch_bad.v:11:4: No latches detected in always_latch block
11 | always_latch @(a or b)
| ^~~~~~~~~~~~
... Use "/* verilator lint_off NOLATCH */" and lint_on around source to disable this message.
%Error: Exiting due to