21. Vectors - I

Question.3

Using indexed part-select formatting, what is the static equivalent of data_bus[2 +: 4]?

wire [7:0] slice = data_bus[2 +: 4];
Need Help? Refer to the Quick Guide below

Select Answer