2020-03-15 02:02:42 +00:00
|
|
|
%Warning-COMBDLY: t/t_lint_latch_bad.v:24:10: Delayed assignments (<=) in non-clocked (non flop or latch) block
|
|
|
|
: ... Suggest blocking assignments (=)
|
2019-07-15 01:42:03 +00:00
|
|
|
bc <= a;
|
|
|
|
^~
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off COMBDLY */" and lint_on around source to disable this message.
|
|
|
|
*** See the manual before disabling this,
|
|
|
|
else you may end up with different sim results.
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|