MICRO03:Razor: A Low-Power Pipeline Based on Circuit-Level Timing Speculation

前端之家收集整理的这篇文章主要介绍了MICRO03:Razor: A Low-Power Pipeline Based on Circuit-Level Timing Speculation前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Dynamic voltage scaling is widely used to reduce the power consumption,but it need to guarentee that all critical paths can run correctly.This may seem tooconservative becasue too long path only account for a very small percent of all paths.

So this paper propose to use a shadow register to sample the critical path a little bit later than the real register,and then compare them. If the result is not the same,then a circuit is used to roll back the correct state.

One major overhead of "Timing Speculation" is the need to pad the short paths,to prevent them from making the comparator to think that a too long path has cause a timing error.

原文链接:https://www.f2er.com/javaschema/287169.html

猜你在找的设计模式相关文章