计算机系统结构

計算機系統結構(computer architecture、電腦系统架構),抽象来說計算機系统架構是一个系统在其所处环境中最高层次的概念;它确定一台電腦硬體和軟體之间的連結。具體地說電腦系统架構'指的是電腦系統設計的觀念與架構,描述電腦在實做的設計原则。它确定一部電腦的:

  • 部件
  • 部件功能
  • 部件间接口
Xeon的Enterprise X4 architecture系统结构範例

並且電腦系统架構著重於「負責了計算機架構的中心功能:計算」的中央處理器(CPU)內部的執行動作與記憶體的存取。

注意,不要与处理器领域的微体系结构/微架構(Microarchitecture)相混淆。

实例

以常见的冯·诺伊曼计算机的设计为例,体系结构设计包括了:

  • 指令集架構(Instruction set architecture;簡稱ISA):被視為一種機器語言,包含了許多相關的指令集(記憶體定址、處理器控制,暫存器控制等等……)。
  • 微体系结构/微架構(Microarchitecture)或稱電腦組織(Computer organization):是更詳細的敘述系統內部各元素如何進行合作與溝通。
  • 数据表示,即硬件能直接识别和处理的数据类型和数据格式;
  • 寻址方式,包括最小寻址单位和地址运算等;
  • 寄存器定义,包括操作数寄存器、变址寄存器、控制寄存器等的定义、数量和使用方式;
  • 指令系统,包括机器指令的操作类型和格式、指令间的排序和控制机制等;
  • 异常机制,包括中断、NMI和内部异常等;
  • 机器工作状态的定义和切换,如管态和目态等;
  • 输入输出结构,包括处理机、存储器与输入输出设备之间的连接方式、数据传送方式、数据流量、以及数据交换过程的控制等;

參考文獻

  • John L. Hennessy and David Patterson. Fourth. Morgan Kaufmann. 2006 [2017-11-21]. ISBN 978-0-12-370490-0. (原始内容存档于2011-09-10).
  • Barton, Robert S., "Functional Design of Computers", Communications of the ACM 4(9): 405 (1961).
  • Barton, Robert S., "A New Approach to the Functional Design of a Digital Computer", Proceedings of the Western Joint Computer Conference, May 1961, pp. 393–396. About the design of the Burroughs B5000 computer.
  • Bell, C. Gordon; and Newell, Allen (1971). "Computer Structures: Readings and Examples"页面存档备份,存于), McGraw-Hill.
  • Blaauw, G.A., and Brooks, F.P., Jr., "The Structure of System/360, Part I-Outline of the Logical Structure"页面存档备份,存于), IBM Systems Journal, vol. 3, no. 2, pp. 119–135, 1964.
  • Tanenbaum, Andrew S. . Englewood Cliffs, New Jersey: Prentice-Hall. 1979. ISBN 0-13-148521-0.

外部链接

参见

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.