5124|10

80

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

求助国外计算机原理教材的一个词 [复制链接]

要写一个报告关于INCREASING PROCESSOR PERFORMANCE BY IMPLEMENTING DEEPER PIPELINES
我拿不准Deeper pipelines指的是什么,因为我查阅的是中文的资料
是不是流水线的长度?
谢谢!

最新回复

明白了,谢谢大家!  详情 回复 发表于 2009-8-9 19:55
点赞 关注

回复
举报

75

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
The pipeline is the sequence of steps instructions go through to be executed. Say for example, that the instruction is: add the numbers in registers 2 and 3 and put the result into register 1. So the first step of the pipeline might be to fetch the numbers out of registers 2 and 3 and store them. The next clock cycle, the arithmetic unit on the CPU would add these numbers and store the result. The next clock cycle, the result would be put into register 1.
基本意思能理解吧,就是通常说的几级pipeline。指令可以分解成几级流水线执行,一个周期可以执行多个操作。
 
 

回复

77

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
应该理解为增加流水线的级数
 
 
 

回复

73

帖子

0

TA的资源

一粒金砂(初级)

4
 
Arnold9009说得对
 
 
 

回复

80

帖子

0

TA的资源

一粒金砂(初级)

5
 
同意~~~~~~
 
 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

6
 
流水线切割,把两级寄存器之间的组合逻辑延迟和布线延迟记做Td,处理器最高频率就是1/Td,把组合逻辑拆开,一级变成两级,Td就会减少,处理器就可以跑更高的频率,看P2~P4的Intel处理器就明白了,流水线越来越长,对应频率越来越高,其实结构上变化不是很大
 
 
 

回复

67

帖子

0

TA的资源

一粒金砂(初级)

7
 
引用 1 楼 jlctt 的回复:
The pipeline is the sequence of steps instructions go through to be executed. Say for example, that the instruction is: add the numbers in registers 2 and 3 and put the result into register 1. So the first step of the pipeline might be to fetch the numbers out of registers 2 and 3 and store them. The next clock cycle, the arithmetic unit on the CPU would add these numbers and store the result. The next clock cycle, the result would be put into register 1.
基本意思能理解吧,就是通常说的几级pipeline。指令可以分解成几级流水线执行,一个周期可以执行多个操作。


这个理解问题不大,但是一个周期能同时执行的操作是因为流水线设计决定的,和周期执行指令数和频率没有直接关系,重点在于组合逻辑延迟
 
 
 

回复

68

帖子

0

TA的资源

一粒金砂(初级)

8
 
Pentium 4 是20级
有一个是32级的
一条指令分得越细那么流水线上同时处理的指令就越多,频率也就越高。

但是上课的时候又有讲到提前获取指令的问题,是不是说经过估测以后如果认为这个指令会执行,那么就直接进入流水线,而这时如果预测失误,就会损失很多个时钟周期的指令?
 
 
 

回复

58

帖子

0

TA的资源

一粒金砂(初级)

9
 
一条流水线有级数之分,但一个CPU会不会有多条流水线?
 
 
 

回复

73

帖子

0

TA的资源

一粒金砂(初级)

10
 
有可能有多条流水线,比如做分支预测可能也要以流水线方式
 
 
 

回复

69

帖子

0

TA的资源

一粒金砂(初级)

11
 
明白了,谢谢大家!
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/8 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表