Question.2
Which part-select syntax natively extracts just the hex value C from the above register?
C
reg [15:0] acc = 16'hABCD;
Select Answer
acc[7:4]
acc[11:8]
acc[4:7]
acc[3:0]