ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 12 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 12 May 2017 My Price 9.00

Given a main memory DRAM

 Given a main memory DRAM where each chip contains 4 banks and each bank has a 4 byte Row Buffer (and there are four chips per rank for our 32-bit machine).  Using the DRAM command timing given in slide 5A.20 what is the number of memory cycles needed to read in an 8 word block of data from consecutive word addresses (e.g., word0, word1, word2, word3, word 4, word5, word6, word7) if bank addressing is not interleaved?  What is the number of memory cycles needed if bank addressing is interleaved as on slide 5A.37

slide 5A.20 :

opening to bank if closed

10 units if same bank

2 units if different bank same chip

copying the requested row's bank data to its bank's row buffer 1 unit

issuing read and or write which reads/writes from/to the row buffer 1 unit

closing the bank by writing from the row buffer back to the dram 1 unit

Slide 5A.37:

bank 0

0   1   2   3  

16 17 18 19

bank 1 ......

Answers

(11)
Status NEW Posted 12 May 2017 02:05 AM My Price 9.00

-----------

Not Rated(0)
Relevent Questions