closed by
198 views
1 votes
1 votes
closed as a duplicate of: GATE CSE 2006 | Question: 41
A cpu has cache with block size 64B . the main memory has k- banks , each bank being C-byte wide. Consecutive C-byte chunks are mapped on consecutive banks with wraparound. All the K –banks can be accessed in parallel, but to accesses the same bank must be serialized. A cache block access may involve multiple iterations of parallel bank accesses depending on the amount of data obtained by accessing all the k-banks in parallel .Each iteration requires decoding the bank numbers to be accessed in parallel and this takes k/2 ns . the latency of one bank access is 80ns . if c=2 and k=24, then latency of retrieving a cache block starting at address zero from main memory is ?
closed by

Related questions

0 votes
0 votes
1 answer
2
rahuldb asked Nov 17, 2016
3,673 views
Consider a memory of 8 words per block.If 2 clock cycle are required to transfer address from CPU to main memory, 6 clock cycle to access the first word, 3 clock cycles e...
0 votes
0 votes
1 answer
3
viral8702 asked Apr 29, 2022
492 views
A frame buffer array is addressed in row major order for a monitor with pixel locations starting from (0,0) and ending with (100,100). What is address of the pixel(6,10)?...