码迷,mamicode.com
首页 > 其他好文 > 详细

Computer Architecture Lecture 2: Fundamental Concepts and ISA

时间:2017-10-09 00:32:51      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:fun   tin   word   abi   proc   error   scalar   lin   cat   

  • Moore‘s Law
  • Reliability
  • Memory Wall
  • Programmability Wall
  • Design complexity
  • Power/energy constraints
  • Programmability Wall
  • Tradeoffs
  • Three key components of computing: Computation, communication, storage (memory)
  • von Neumann model of computation
  • Stored program
  • Instruction pointer
  • Sequential instruction processing
  • Data flow model of computation
  • Precise state
  • Barrier synchronization
  • Relational and conditional operations
  • Control versus data-driven execution
  • Instruction set architecture
  • Microarchitecture
  • The Connection Machine
  • Bit serial, ripple carry, carry lookahead adder
  • High-level overview of hardware exposure (we‘ll go into these in more detail in future lectures): pipelining, out-of-order, memory access scheduling, speculative execution, superscalar processing, clock gating, caching, prefetching, voltage/frequency scaling, error correction
  • Very Large Instruction Word (VLIW) processors
  • Design points: Cost, performance, maximum power consumption, energy consumption, availability, reliability and correctness, time to market

技术分享

 

? Pipelined instruction execution: Intel 80486 uarch

? Multiple instructions at a time: Intel Pentium uarch

? Out-of-order execution: Intel Pentium Pro uarch

? Separate instruction and data caches

技术分享

 

技术分享

 

Computer Architecture Lecture 2: Fundamental Concepts and ISA

标签:fun   tin   word   abi   proc   error   scalar   lin   cat   

原文地址:http://www.cnblogs.com/Tesi1a/p/7639135.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!