- #1
gruba
- 206
- 1
Homework Statement
Draw a block diagram of [itex]32kx8 bit[/itex] RAM memory using decoders [itex]DEC 3/8[/itex] and memory components [itex]8kx8 bit[/itex].
2. The attempt at a solution
First we find the number of memory components:
[tex]N=\frac{32kx8}{8kx8}=\frac{2^{18}}{2^{16}}=4[/tex].
The number of decoders is
[tex]32/8+1=5[/tex]
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?