56. Control Flow Basics

Question.2

What hardware structure does an RTL synthesizer infer from this logic block?

always @(*) begin
    if (en) 
        y = data;
end

 

Need Help? Refer to the Quick Guide below

Select Answer