21. Vectors - I

Question.1

What are the respective logic values of busA[1] and busB[1] after the continuous assignments?

wire [7:0] busA = 8'b0100_0000;
wire [0:7] busB = 8'b0100_0000;
Need Help? Refer to the Quick Guide below

Select Answer