Recent content by wingman-001

  1. wingman-001

    RAM Memory Organization: Solving the 4GB Memory Module Challenge

    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?
  2. wingman-001

    RAM Memory Organization: Solving the 4GB Memory Module Challenge

    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.
  3. wingman-001

    RAM Memory Organization: Solving the 4GB Memory Module Challenge

    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...
  4. wingman-001

    RAM Memory Organization: Solving the 4GB Memory Module Challenge

    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...
  5. wingman-001

    Memory Organization: 64-Bit 4GB Module Requirements

    Yes, this is homework which is very important. I've just seen that I posted it on wrong forum. I will post it again where it should be.
  6. wingman-001

    Memory Organization: 64-Bit 4GB Module Requirements

    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...
Back
Top