InterviewSolution
Saved Bookmarks
| 1. |
explain with an example of what is meant by high-order interleaving and low-order interleaving in memory organization |
|
Answer» a and b BITS in High order INTERLEAVING a bits are as the module address and the LOW order b bits are the word address in each module. High order interleaving cannot support block access of contiguous LOCATION . Low order interleaving support the block access in pipelined fashion . |
|