上海交通大学 2014-02 / 81
Chap.4 The Processor
■ 4.1 Introduction
■ 4.2 Logic Design Conventions
■ 4.3 Building a Datapath
■ 4.4 A Simple Implementation Scheme
■ 4.5 An Overview of Pipelining
■ 4.6 Pipelined Datapath and Control
■ 4.7 Data Hazards: Forwarding versus Stalling
■ 4.8 Control Hazards
■ 4.9 Exceptions
1
Chap.4 The Processor
上海交通大学 2014-02 / 81
Chap.4 The Processor
4.5 An Overview of Pipelining
■【流水线】
是利用执行指令所需的操作之间的
并行性,实现多条指令的执行过程相互
重叠执行的技术。目前,它已成为了高
速CPU中所采用的关键技术。
2