RTL Inference
Consider the following combinational RTL:
always @(*) begin
if (en)
y = a;
endWhat is most likely inferred for y?
Consider the following combinational RTL:
always @(*) begin
if (en)
y = a;
endWhat is most likely inferred for y?