Question.5
What does out evaluate to during simulation?
out
always @(*) begin casex (2'b1x) 2'b11: out = 1; 2'b10: out = 0; default: out = 1'bx; endcase end
Select Answer
0
1
x
z