mirror of
https://github.com/verilator/verilator.git
synced 2025-01-14 18:44:02 +00:00
13 lines
761 B
Plaintext
13 lines
761 B
Plaintext
%Warning-NOLATCH: t/t_lint_latch_bad.v:17:4: No latches detected in always_latch block
|
|
17 | always_latch begin
|
|
| ^~~~~~~~~~~~
|
|
... For warning description see https://verilator.org/warn/NOLATCH?v=latest
|
|
... Use "/* verilator lint_off NOLATCH */" and lint_on around source to disable this message.
|
|
%Warning-COMBDLY: t/t_lint_latch_bad.v:25:10: Delayed assignments (<=) in non-clocked (non flop or latch) block
|
|
: ... Suggest blocking assignments (=)
|
|
25 | bc <= a;
|
|
| ^~
|
|
*** See https://verilator.org/warn/COMBDLY before disabling this,
|
|
else you may end up with different sim results.
|
|
%Error: Exiting due to
|