2021-01-05 19:26:01 +00:00
|
|
|
%Warning-NOLATCH: t/t_lint_latch_bad.v:17:4: No latches detected in always_latch block
|
|
|
|
17 | always_latch begin
|
|
|
|
| ^~~~~~~~~~~~
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/NOLATCH?v=latest
|
2021-01-05 19:26:01 +00:00
|
|
|
... Use "/* verilator lint_off NOLATCH */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-COMBDLY: t/t_lint_latch_bad.v:25:10: Delayed assignments (<=) in non-clocked (non flop or latch) block
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... Suggest blocking assignments (=)
|
2020-04-04 00:07:46 +00:00
|
|
|
25 | bc <= a;
|
|
|
|
| ^~
|
2021-04-18 15:52:29 +00:00
|
|
|
*** See https://verilator.org/warn/COMBDLY before disabling this,
|
2019-05-31 00:30:59 +00:00
|
|
|
else you may end up with different sim results.
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|