芯片功耗降低技术
由NordriDesign提供
DVS的不同类型
Interval-Based Approaches
Intertask Approaches
Intartask Ap芯片功耗降低技术
由NordriDesign提供
DVS的不同类型
Interval-Based Approaches
Intertask Approaches
Intartask Approaches
基于memory wall 的DVS
基于“内存墙”(memory wall)的DVS策略
编译器级别的功耗管理
产生能重配置(reconfigures)硬件单元
激活功耗降低机制的代码
提供面向性能的优化,减少执行时间
删除部分冗余
if (some_condition) {
// some code
y = x + 4;
t = y;
}
else {
// other code
t = x + 4;
}
z = t;
if (some_condition) {
// some code
y = x + 4;
}
else {
// other code
}
z = x + 4;
强度削减(Strength Reduction)
y = x / 8替换成y = x >> 3
y = x * 64替换成y = x << 6
y = x * 2替换成y = x + x
y = x * 15替换成y = (x << 4) – x
其他编译技术
远程编译与远程执行
动态编译
七、商业方案
奔腾4处理器
奔腾M处理器
Intel pxA27x 处理器
Transmeta Crusoe处理器
IBM动态功率管理
智能功耗管理
两个激进的设想
奔腾4处理器
热量传感器
反馈回路
STOPCLOCK请求
专门寄存器
上层应用软件
龙芯CPU中的类似技术
从个人实践看相关技术思想
从个人实践看相关技术思想
从个人实践看相关技术思想
从个人实践看相关技术思想
从个人实践看相关技术思想
谢谢大家
芯片功耗降低技术 来自淘豆网m.daumloan.com转载请标明出处.