22. Vectors - II

Question.5

What is the resulting logic value of y?

reg [0:3] x;
x = 8'hAB; // 1010_1011
wire y = x[1];
Need Help? Refer to the Quick Guide below

Select Answer