美文网首页
cpu南北桥

cpu南北桥

作者: 东林钟声 | 来源:发表于2017-04-08 13:34 被阅读0次

南北桥

  • 北桥

wiki定义

A northbridge or host bridge is one of the two chips in the core logic chipset architecture on a PC motherboard, the other being the southbridge. Unlike the southbridge, northbridge is connected directly to the CPU via the front-side bus (FSB) and is thus responsible for tasks that require the highest performance. The northbridge is usually paired with a southbridge, also known as I/O controller hub.
In systems where they are included, these two chips manage communications between the CPU and other parts of the motherboard, and constitute the core logic chipset of the PC motherboard.

北桥或者主桥是pc主板架构上的两组逻辑核心芯片组之一,另一个叫做北桥。与南桥不同的是,北桥直接通过 front-side bus (FSB)与cpu相连接,所以它负责那些需要高性能的任务。北桥通常与南桥成对出现,南桥也叫做输入输出控制中心 I/O controller hub.

还有一些其他的内容。

On older Intel based PCs, the northbridge was also named external memory controller hub (MCH) or graphics and memory controller hub (GMCH) if equipped with integrated graphics. Increasingly these functions became integrated into the CPU chip itself,beginning with memory and graphics controllers. For Intel Sandy Bridge and AMD Accelerated Processing Unit processors introduced in 2011, all of the functions of the northbridge reside on the CPU,while AMD FX CPUs still require external northbridge and southbridge chips.

在旧的intel主机上面,北桥也被叫做外部 memory controller hub (MCH) 内存控制总线或者 graphics and memory controller hub (GMCH)图形与内存控制总线如果配备了集成显卡。渐渐地这些功能开始随着内存和图像控制器集成到cpu芯片里面。对于Intel Sandy Bridge和在2011年推出的AMD Accelerated Processing Unit处理器,所有的北桥的功能都在cpu里面。但是AMD FX CPUs系列任然需要外部的南桥和北桥芯片组。

  • 南桥

The southbridge is one of the two chips in the core logic chipset on a personal computer (PC) motherboard, the other being the northbridge. The southbridge typically implements the slower capabilities of the motherboard in a northbridge/southbridge chipset computer architecture. In systems with Intel chipsets, the southbridge is named I/O Controller Hub (ICH), while AMD has named its southbridge Fusion Controller Hub (FCH) since the introduction of its Fusion APUs.
The southbridge can usually be distinguished from the northbridge by not being directly connected to the CPU. Rather, the northbridge ties the southbridge to the CPU. Through the use of controller integrated channel circuitry, the northbridge can directly link signals from the I/O units to the CPU for data control and access.

基本功能如下图所示。


南北桥

相关文章

  • cpu南北桥

    南北桥 北桥 wiki定义 A northbridge or host bridge is one of the ...

  • 计算机组成原理摘要(用于奠基C等系统操作程序)

    编译原理 计算机模块组成 90年代的计算机的南北桥设计 南北桥结构 CPU寄存器下的1-3级缓存 缓存分级以提升存...

  • 南北桥

    前言:补一波硬件知识 北桥是啥 在上面的图中,北桥(Northbridge)的作用可以很清晰的表现出来。在维基百科...

  • 七绝   赞国海大哥佳作偶感

    七绝 赞国海大哥佳作偶感 松 涛 碧波荡漾柳丝垂, 南北桥横彩虹偎。 夏日悠然行远足, 似诗入画畅心扉。 ...

  • 【七律(新韵)】山城秋晨

    当代/雕虫小吏(黄和平) 秋日沿江雨里行,远峰遥望雾朦胧。 车来南北桥中去,船往东西水面停。 丹桂飘香开两岸,沙鸥...

  • Linux CPU 核数、版本等信息查看

    CPU总核数 = 物理CPU个数 * 每颗物理CPU的核数总逻辑CPU数 = 物理CPU个数 * 每颗物理CPU的...

  • cpu、java内存模型

    多核心CPU和多个CPU 多核CPU多核CPU即1个CPU有多个核心,可以理解为是多个CPU,这些CPU集成在一个...

  • 046-分析CPU负载率和CPU使用率

    使用TOP命令分析CPU的时候需要清楚CPU使用率和CPU负载率 CPU使用率 CPU负载率 CPU的性能分析

  • ARM64汇编学习_1_CPU

    1. CPU的概念; 2. CPU的结构; 3. CPU的作用; 1. CPU的概念; -CPU: cen...

  • 处理器学习

    一、CPU 总核数 = 物理CPU个数 × 每颗物理CPU的核数 总逻辑CPU数 = 物理CPU个数 × 每个物理...

网友评论

      本文标题:cpu南北桥

      本文链接:https://www.haomeiwen.com/subject/nbylattx.html