Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 954 Bytes

File metadata and controls

13 lines (6 loc) · 954 Bytes

计算机体系结构第一章整理

  • 摩尔定律:Moore's law is the observation that the number of transistors in an integrated circuit (IC) doubles about every two years. Moore's law is an observation and projection of a historical trend. Rather than a law of physics, it is an empirical relationship linked to gains from experience in production.

  • NMOS switch closes when switch control input is high

  • PMOS switch closes when switch control input is low

  • Scale Out(horizonal scaling): Add more components to a system(e.g. more nodes)

  • Scale Up(vertical scaling): Add resources to a single component in a system (e.g. upgrade memory)