How do the chips on a memory module interrelate?
November 15, 2009 8:12 PM
Subscribe
How is memory typically mapped to the different chips on a DIMM, and what are the typical timing characteristics, broadly speaking? For example, are bytes/words whose address is i mod 8 typically on chip i? In the case of reads, are results returned first from chip 0 (after the RAS and CAS latencies), then promptly on subsequent cycles from each of the next 7 (or 15) chips? How about from other DIMMs on the same motherboard?
posted by espertus to computers & internet (3 comments total)
2 users marked this as a favorite
I have only glanced at it, but per-byte latency doesn't make sense; the data bus is 64 bits, so you should get them all at the same time. Given that there are byte mask bits, I assume the 8 bytes of a line are stored one per chip.
posted by you at 8:40 PM on November 15, 2009