Currently studying memory addressing in IC design, my professor mentioned matrix addressing and how it reduces the number of input lines to the memory block. But he didn't make himself clear on the part of word organized memory - where instead of a single bit being stored/accessed, an entire group of them is.
I have tried to contact the professor and come up with my own interpretations, but sadly I haven't gotten anywhere useful.
My point is that if stacking a 2D matrix is a solution to the problem, that would require us to include more input lines for accessing each matrix's bit, rendering the entire concept of reducing the number of input lines useless. Any ideas?
TLDR: I want to know how to read/write data in a word organized matrix addressable memory block.
