mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 08:07:46 +00:00
7 lines
375 B
Plaintext
7 lines
375 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)
|
|
| ^~~~~~~~~~~~
|
|
... For warning description see https://verilator.org/warn/NOLATCH?v=4.201
|
|
... Use "/* verilator lint_off NOLATCH */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|