I think that appropriate memory organizations for 4GB memory which is wide 64-bit are:
1.)
4096MB/8=512MB
8*8=64
so first organization should be 8x(512MBx8)
2.)
4096MB/4=1024MB
4*16=64
second one is: 4x(1024MBx16)
is this correct?
I already have that and I can't understand what I need to do. Anyway, I think this problem should resolve someone who knows computer architecture very good. I don't have a picture in my mind what should I do and how to start.
Okay, there is one similar example which is solved.
Which organization is required in order to get memory size of 2GB by using 16 memory chips? And solution is:
D=2GB
Nic=16
----------
Nb | ic =?
Nb | ic = 64/16 = 4
Nd | ic = D / Nic = 2048MB / 16 = 128MB
Solution--> ORG=256Mbx4.
So, this...
Homework Statement
This task is related to RAM memory organization. Question is:
"Which memory circuit organization is required on 4GB memory module if every circuit participate equally in 64-bit of memory module? Write at least two organizations."
Homework Equations
I don't know what should I...
Hi guys..
I am seeking desperately for an answer to this question.
I would be very thankful if someone answer me correctly.
Question is related to computer architecture (memory organization).
Which memory circuit organization is required on 4GB memory module if every circuit participates...