forked from github/verilator
6 lines
282 B
Plaintext
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
|