Question.2
Based on the literal size, what must bus_width mathematically be?
bus_width
wire [3:0] a; wire [1:0] b; wire [bus_width-1:0] bus = { a[3:0], 2'b11, b[1] };
Select Answer
3 bits
6 bits
8 bits
7 bits