Do memory channels use separate pins for data bus in Intel i7-4600U?

好久不见. 提交于 2020-01-25 21:26:09

问题


i7-4600U datasheet says that SA_DQ[63:0] is used for memory channel A. And SB_DQ[63:0] is used for memory channel B. So my understanding is that memory channel A and memory channel B use different processor pins for each own's data bus.

Is my understanding correct?


回答1:


The presence of the of SA_DQ[63:0] and SB_DQ[63:0] pretty much says it all. The are two physical channels.


If you still need a secondary "prof", you can also check the math of this statement in the datasheet

Theoretical maximum memory bandwidth of:
      — 21.3 GB/s in dual-channel mode assuming 1333 MT/s
      — 25.6 GB/s in dual-channel mode assuming 1600 MT/s

With 1333MT/s1 and 8 Bytes per transfer we got 1333 * 8 = 10.664 GB/s.
In order to have a 21.3 GB/s peak, two channels must be used simultaneously, thus they must have separate pins.


1 Note that Mega-transfers per second is given by the internally multiplied bus clock (multiplier is fixed to four) times two, due to the double data rate. So 1333MT/s uses a 1333/2 = 666.67 MHz internal clock that corresponds to a 666.67/4 = 133.37 MHz bus clock.



来源:https://stackoverflow.com/questions/41407023/do-memory-channels-use-separate-pins-for-data-bus-in-intel-i7-4600u

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!