Question.6
If this block dynamically evaluates, what resolves directly to out?
out
always @(*) begin case (2'b10) 2'b10: out = 1; 2'b10: out = 0; endcase end
Select Answer
1
0
x
Error