mirror of
https://github.com/verilator/verilator.git
synced 2025-01-28 17:24:04 +00:00
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
|