Very good explanation, but I failed to understand:
“So, if you want to store a value in the second set of 4 bits that is in the first unpacked group, you would write:
a_unpacked_array[2][1] = 4’b1010; “
Why the first? Should be third instead?
Very good explanation, but I failed to understand:
“So, if you want to store a value in the second set of 4 bits that is in the first unpacked group, you would write:
a_unpacked_array[2][1] = 4’b1010; “
Why the first? Should be third instead?