gruba
- 203
- 1
Homework Statement
Draw a block diagram of 32kx8 bit RAM memory using decoders DEC 3/8 and memory components 8kx8 bit.
2. The attempt at a solution
First we find the number of memory components:
N=\frac{32kx8}{8kx8}=\frac{2^{18}}{2^{16}}=4.
The number of decoders is
32/8+1=5
There are 4 blocks of memory so the decoder needs to decode 2 address lines to 4 select lines (these are connections between memory elements and four decoders (see attachment)).
Is this diagram correct?