Intel i7-4600U 中的内存通道是否为数据总线使用单独的引脚?

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

i7-4600U datasheet表示SA_DQ[63:0]用于内存通道A。而SB_DQ[63:0]用于内存通道B。所以我的理解是内存通道A和内存通道B各自的数据总线使用不同的处理器引脚。

我的理解对吗?

存在 SA_DQ[63:0]SB_DQ[63:0] 几乎说明了一切。 这是两个物理频道。


如果您还需要辅助"prof",您也可以在数据表中查看此语句的数学运算

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

使用 1333MT/s1 和每次传输 8 个字节,我们得到 1333 * 8 = 10.664 GB/s.
为了获得 21.3 GB/s 的峰值,必须同时 使用两个通道 ,因此它们必须具有单独的引脚。


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.