Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What is wrong with the following code fragment?
always@(*)
begin
A = E ^ D;
if (C) E = ~A;
else E = D;
end
A should not be assigned like this. Unbuildable “wired-or” logic is implied.
The sensitivity list is incomplete.
Unintentional latches are being built.
There is combinational logic feedback, i.e. a “timing loop” or “arc”.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!