Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What is wrong with the following code fragment?
always@(posedge clock)
begin
D <= A & C;
if (E) G <= D | F;
end
D should not be assigned like this. Unbuildable “wired-or” logic is implied.
E is missing from the second sensitivity list.
A timing loop (or arc) is present.
Unintentional latches are being built.
Nothing is wrong with this code fragment.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!