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

Total Page:16

File Type:pdf, Size:1020Kb

Razor: a Low-Power Pipeline Based on Circuit-Level Timing Speculation Razor: A Low-Power Pipeline Based on Circuit-Level Timing Speculation Dan Ernst, Nam Sung Kim, Shidhartha Das, Sanjay Pant, Rajeev Rao, Toan Pham, Conrad Ziesler, David Blaauw, Todd Austin, Krisztian Flautner1, and Trevor Mudge Advanced Computer Architecture Lab ARM Ltd 1 The University of Michigan 110 Fulbourn Road 1301 Beal Ave Cambridge, UK CB1 9NJ Ann Arbor, MI 48109 [email protected] [email protected] Abstract MPEG video playback requires an order-of-magnitude higher performance than playing MP3s. However, running at the With increasing clock frequencies and silicon integra- performance level necessary for video is energy-inefficient tion, power aware computing has become a critical concern for audio. The gap between high performance and low power in the design of embedded processors and systems-on-chip. can be bridged through the use of dynamic voltage scaling One of the more effective and widely used methods for power- (DVS) [16], where periods of low processor utilization are aware computing is dynamic voltage scaling (DVS). In order exploited by lowering the clock frequency to the minimum to obtain the maximum power savings from DVS, it is essen- required level, allowing corresponding reduction in the sup- tial to scale the supply voltage as low as possible while ensur- ply voltage. Since dynamic energy scales quadratically with ing correct operation of the processor. The critical voltage is supply voltage, significant reduction in energy use can be chosen such that under a worst-case scenario of process and obtained [14]. environmental variations, the processor always operates cor- Enabling systems to run at multiple frequency and volt- rectly. However, this approach leads to a very conservative age levels is a challenging process and requires characteriza- supply voltage since such a worst-case combination of differ- tion of the processor to ensure that its operation remains ent variabilities will be very rare. In this paper, we propose a correct at the required operating points. The minimum possi- new approach to DVS, called Razor, based on dynamic detec- ble supply voltage that results in correct operation is referred tion and correction of circuit timing errors. The key idea of to as the critical supply voltage. The critical supply voltage Razor is to tune the supply voltage by monitoring the error must be sufficient to ensure correct operation in the face of a rate during circuit operation, thereby eliminating the need for number of environmental and process related variabilities that voltage margins and exploiting the data dependence of circuit can impact circuit performance. These include unexpected delay. A Razor flip-flop is introduced that double-samples voltage drops in the power supply network, temperature fluc- pipeline stage values, once with a fast clock and again with a tuations, gate-length and doping concentration variations, time-borrowing delayed clock. A metastability-tolerant com- cross-coupling noise, etc. These variabilities may be data parator then validates latch values sampled with the fast dependent, meaning that they exhibit their worst-case impact clock. In the event of a timing error, a modified pipeline mis- on circuit performance only under certain instruction and data peculation recovery mechanism restores correct program µ sequences, and are composed of both local and global compo- state. A prototype Razor pipeline was designed in 0.18 m nents. For instance, local process variations will impact spe- technology and was analyzed. Razor energy overheads dur- cific regions of the die in different and independent ways, ing normal operation are limited to 3.1%. Analyses of a full- while global process variation impacts the circuit perfor- custom multiplier and a SPICE-level Kogge-Stone adder mance of the entire die and creates variation from one die to model reveal that substantial energy savings are possible for the next. Similarly, temperature and supply drop have local these devices (up to 64.2%) with little impact on performance and global components, while cross-coupling noise is a pre- due to error recovery (less than 3%). dominantly local effect. 1 Introduction To ensure correct operation under all possible variations, A critical concern for embedded systems is the need to a conservative supply voltage is typically selected at design- deliver high levels of performance given ever-diminishing time using corner analysis. Hence, margins are added to the power budgets. This is evident in the evolution of the mobile critical voltage to account for uncertainty in the circuit mod- phone: in the last 7 years mobile phones have shown a 50X els and to account for the worst-case combination of variabil- improvement in talk-time per gram of battery1, while at the ities. However, such a worst-case combination of variabilities same time taking on new computational tasks that only may be very rare or even impossible in a particular instance recently appeared on desktop computers, such as 3D graph- of a chip making this approach overly conservative. And, ics, audio/video, internet access, and gaming. As the breadth with process scaling, the environmental and process variabili- of applications for these devices widens, a single operating ties are expected to increase, worsening the required voltage point is no longer sufficient to efficiently meet their process- margins. To allow for more aggressive power reduction, the sup- ing and power consumption requirements. For example, ply voltage can be tuned to an individual processor chip using embedded inverter delay chains [5]. The delay of the inverter chain is used as a prediction of the critical path delay of the 1. Comparison of standard configurations of Nokia 232 and Ericsson circuit and the supply voltage is tuned during processor oper- T68 phones. ation to meet a predetermined delay through the inverter- Proceedings of the 36th International Symposium on Microarchitecture (MICRO-36 2003) 0-7695-2043-X/03 $17.00 © 2003 IEEE clk cycle 1 cycle 2 cycle 3 cycle 4 clock Logic Stage D1 Q1 Logic Stage 0 Main L1 1 Flip-Flop L2 clock_d Error_L D instr 1 instr 2 Shadow Latch comparator Error Error RAZOR FF clk_del Q instr 1 instr 2 (a) (b) Figure 1. Pipeline augmented with Razor latches and control lines. chain. This approach to DVS has the advantage that it dynam- We propose a combination of circuit and architectural ically adjusts the operating voltage to account for global vari- techniques for low cost in-situ error detection and correction ations in supply voltage drop, temperature fluctuation, and of delay failures. At the circuit level, each delay-critical flip- process variations. However, it cannot account for local varia- flop is augmented with a so-called shadow latch which is tions, such as local supply voltage drops, intra-die process controlled using a delayed clock. The operating voltage is variations, and cross-coupled noise, and therefore requires the constrained such that the worst-case delay is guaranteed to addition of safety margins to the critical voltage. Also, the meet the shadow latch setup time, even though the main flip- delay of an inverter chain does not scale with voltage and flop could fail. By comparing the values latched by the flip- temperature in the same way as the delays of the critical paths flop and the shadow latch, a delay error in the main flip-flop of the actual design, which can contain complex gates and is detected. The value in the shadow latch, which is guaran- pass-transistor logic, which again necessitate extra voltage teed to be correct, is then utilized to correct the delay failure. safety margins. In future technologies, the local component of We present several architectural solutions for error correction, environmental and process variation is expected to become ranging from simple clock gating to more sophisticated more prominent and, as noted in [6], the sensitivity of circuit mechanisms that augment the existing mispeculation recov- performance to these variations is higher at lower operating ery infrastructure. voltages, thereby increasing the necessary margins and reduc- The proposed Razor technique was implemented in a ing the scope for energy savings. prototype 64-bit Alpha processor design. This prototype In this paper, we propose a new approach to DVS, implementation was used to obtain a realistic prediction of referred to as Razor, which is based on dynamic detection and the power overhead for in-situ error correction and detection. correction of speed path failures in digital designs. The key We also studied the error-rate trends for datapath components idea of Razor is to tune the supply voltage by monitoring the using both circuit-level simulation as well as silicon measure- error rate during operation. Since this error detection provides ments of a full-custom multiplier block. Architectural simula- in-situ monitoring of the actual circuit delay, it accounts for tions were then performed to analyze the overall throughput both global and local delay variations and does not suffer and power characteristics of Razor based DVS for different from voltage scaling disparities. It therefore eliminates the benchmark test programs. We demonstrate that on average, need for voltage margins that are necessary for “always-cor- Razor reduced simulated power consumption by more than rect” circuit operation in traditional designs. In addition, a 40%, compared to traditional design-time DVS and delay- key feature of Razor is that operation at sub-critical supply chain based approaches. voltages does not constitute a catastrophic failure, but instead The remainder of this paper is organized as follows. In represents a trade-off between the power penalty incurred Section 2, we present the implementation of Razor, providing from error correction against additional power savings a detailed description of both the proposed circuit and archi- obtained from operating at a lower supply voltage. tectural techniques. In Section 3, we discuss the simulation It was previously observed that circuit delay is strongly framework for Razor-based DVS and present error rate stud- data dependent, and only exhibits its worst-case delay for ies and our simulation results.
Recommended publications
  • Approaches in Green Computing
    Special Issue - 2015 International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 NSRCL-2015 Conference Proceedings Approaches in Green Computing Reena Thomas Fedrina J Manjaly 3 rd BCA, Department of Computer Science 3 rd BCA , Department of Computer Science Carmel College Carmel College Mala, Thrissur Mala, Thrissur Abstract— In a 2008 article San Murugesan defined green computing as "the study and practice of designing, manufacturing, using, and disposing of computers, servers, and associated subsystems — such as monitors, printers, storage devices, and networking and communications systems — efficiently and effectively with minimal or no impact on the environment."Murugesan lays out four paths along which he believes the environmental effects of computing should be addressed:Green use, green disposal, green design, and green manufacturing. Green computing can also develop solutions that offer benefits by "aligning all IT processes and practices with the core principles of sustainability, which are to reduce, reuse, and recycle; and finding innovative ways to use IT in business processes to deliver sustainability benefits across the Figure 1: Green Computing Migration Framework enterprise and beyond". I. INTRODUCTION II. APPROACHES In 1992, the U.S. Environmental Protection Agency A. Product longevity launched Energy Star, a voluntary labeling program that is Gartner maintains that the PC manufacturing process designed to promote and recognize energy-efficiency in accounts for 70% of the natural resources used in the life monitors, climate control equipment, and other cycle of a PC. More recently, Fujitsu released a Life Cycle technologies. This resulted in the widespread adoption of Assessment (LCA) of a desktop that show that sleep mode among consumer electronics.
    [Show full text]
  • Power-Aware Design Methodologies for FPGA-Based Implementation of Video Processing Systems
    Old Dominion University ODU Digital Commons Electrical & Computer Engineering Theses & Dissertations Electrical & Computer Engineering Winter 2007 Power-Aware Design Methodologies for FPGA-Based Implementation of Video Processing Systems Hau Trung Ngo Old Dominion University Follow this and additional works at: https://digitalcommons.odu.edu/ece_etds Part of the Electrical and Computer Engineering Commons Recommended Citation Ngo, Hau T.. "Power-Aware Design Methodologies for FPGA-Based Implementation of Video Processing Systems" (2007). Doctor of Philosophy (PhD), Dissertation, Electrical & Computer Engineering, Old Dominion University, DOI: 10.25777/j6kw-q685 https://digitalcommons.odu.edu/ece_etds/185 This Dissertation is brought to you for free and open access by the Electrical & Computer Engineering at ODU Digital Commons. It has been accepted for inclusion in Electrical & Computer Engineering Theses & Dissertations by an authorized administrator of ODU Digital Commons. For more information, please contact [email protected]. POWER-AW ARE DESIGN METHODOLOGIES FOR FPGA-BASED IMPLEMENTATION OF VIDEO PROCESSING SYSTEMS By Hau Trung Ngo B. S. May 2001, Old Dominion University M. S. May 2003, Old Dominion University A Dissertation Submitted to the Faculty of Old Dominion University in Partial Fulfillment of the Requirements for the Degree of DOCTOR OF PHILOSOPHY ELECTRICAL AND COMPUTER ENGINEERING OLD DOMINION UNIVERSITY December 2007 Approved by: Vijayan i K. Asari (Direc(Director) Shirshak K. Dhali (Member) Min Song (Member) Ravi Mukkdmala (Member) Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. ABSTRACT POWER-AWARE DESIGN METHODOLOGIES FOR FPGA-BASED IMPLEMENTATION OF VIDEO PROCESSING SYSTEMS Hau Trung Ngo Old Dominion University Director: Dr. Vijayan Asari The increasing capacity and capabilities of FPGA devices in recent years provide an attractive option for performance-hungry applications in the image and video processing domain.
    [Show full text]
  • A Dynamic Voltage Scaling Algorithm for Sporadic Tasks∗
    In: Proceedings of the 24th IEEE Real-Time Systems Symposium, Cancun, Mexico, December 2003, pp. 52-62. A Dynamic Voltage Scaling Algorithm for Sporadic Tasks¤ Ala0 Qadi Steve Goddard Shane Farritor Computer Science & Engineering Mechanical Engineering University of Nebraska—Lincoln University of Nebraska - Lincoln Lincoln, NE 68588-0115 Lincoln, NE 68588-0656 faqadi,[email protected] [email protected] Abstract In CMOS circuits the power consumed by a CMOS gate is proportional to the square of the voltage applied to the Dynamic voltage scaling (DVS) algorithms save energy circuit, as shown by Equation (1) where CL is the gate load by scaling down the processor frequency when the proces- capacitance (output capacitance),VDD is the supply voltage sor is not fully loaded. Many algorithms have been proposed and f is the clock frequency [29]. The circuit delay td is for periodic and aperiodic task models but none support the given by Equation (2) where k is a constant depending on canonical sporadic task model. A DVS algorithm, called the output gate size and the output capacitance and VT is DVSST, is presented that can be used with sporadic tasks the threshold voltage [29]. The clock frequency is inversely in conjunction with preemptive EDF scheduling. The algo- proportional to the circuit delay; it is expressed using td and rithm is proven to guarantee each task meets its deadline the logic depth of a critical path as in Equation (3) where Ld while saving the maximum amount of energy possible with is the depth of the critical path [29]. processor frequency scaling.
    [Show full text]
  • Comptia Fc0-Gr1 Exam Questions & Answers
    COMPTIA FC0-GR1 EXAM QUESTIONS & ANSWERS Number : FC0-GR1 Passing Score : 800 Time Limit : 120 min File Version : 31.4 http://www.gratisexam.com/ COMPTIA FC0-GR1 EXAM QUESTIONS & ANSWERS Exam Name: CompTIA Strata Green IT Exam Visualexams QUESTION 1 A small business currently has a server room with a large cooling system that is appropriate for its size. The location of the server room is the top level of a building. The server room is filled with incandescent lighting that needs to continuously stay on for security purposes. Which of the following would be the MOST cost-effective way for the company to reduce the server rooms energy footprint? A. Replace all incandescent lighting with energy saving neon lighting. B. Set an auto-shutoff policy for all the lights in the room to reduce energy consumption after hours. C. Replace all incandescent lighting with energy saving fluorescent lighting. D. Consolidate server systems into a lower number of racks, centralizing airflow and cooling in the room. Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 2 Which of the following methods effectively removes data from a hard drive prior to disposal? (Select TWO). A. Use the remove hardware OS feature B. Formatting the hard drive C. Physical destruction D. Degauss the drive E. Overwriting data with 1s and 0s by utilizing software Correct Answer: CE Section: (none) Explanation Explanation/Reference: QUESTION 3 Which of the following terms is used when printing data on both the front and the back of paper? A. Scaling B. Copying C. Duplex D. Simplex Correct Answer: C Section: (none) Explanation Explanation/Reference: QUESTION 4 A user reports that their cell phone battery is dead and cannot hold a charge.
    [Show full text]
  • Vertigo: Automatic Performance-Setting for Linux
    USENIX Association Proceedings of the 5th Symposium on Operating Systems Design and Implementation Boston, Massachusetts, USA December 9–11, 2002 THE ADVANCED COMPUTING SYSTEMS ASSOCIATION © 2002 by The USENIX Association All Rights Reserved For more information about the USENIX Association: Phone: 1 510 528 8649 FAX: 1 510 548 5738 Email: [email protected] WWW: http://www.usenix.org Rights to individual papers remain with the author or the author's employer. Permission is granted for noncommercial reproduction of the work for educational or research purposes. This copyright notice must be included in the reproduced paper. USENIX acknowledges all trademarks herein. Vertigo: Automatic Performance-Setting for Linux Krisztián Flautner Trevor Mudge [email protected] [email protected] ARM Limited The University of Michigan 110 Fulbourn Road 1301 Beal Avenue Cambridge, UK CB1 9NJ Ann Arbor, MI 48109-2122 Abstract player, game machine, camera, GPS, even the wallet— into a single device. This requires processors that are Combining high performance with low power con- capable of high performance and modest power con- sumption is becoming one of the primary objectives of sumption. Moreover, to be power efficient, the proces- processor designs. Instead of relying just on sleep mode sors for the next generation communicator need to take for conserving power, an increasing number of proces- advantage of the highly variable performance require- sors take advantage of the fact that reducing the clock ments of the applications they are likely to run. For frequency and corresponding operating voltage of the example an MPEG video player requires about an order CPU can yield quadratic decrease in energy use.
    [Show full text]
  • Power Reduction Techniques for Microprocessor Systems
    Power Reduction Techniques For Microprocessor Systems VASANTH VENKATACHALAM AND MICHAEL FRANZ University of California, Irvine Power consumption is a major factor that limits the performance of computers. We survey the “state of the art” in techniques that reduce the total power consumed by a microprocessor system over time. These techniques are applied at various levels ranging from circuits to architectures, architectures to system software, and system software to applications. They also include holistic approaches that will become more important over the next decade. We conclude that power management is a multifaceted discipline that is continually expanding with new techniques being developed at every level. These techniques may eventually allow computers to break through the “power wall” and achieve unprecedented levels of performance, versatility, and reliability. Yet it remains too early to tell which techniques will ultimately solve the power problem. Categories and Subject Descriptors: C.5.3 [Computer System Implementation]: Microcomputers—Microprocessors;D.2.10 [Software Engineering]: Design— Methodologies; I.m [Computing Methodologies]: Miscellaneous General Terms: Algorithms, Design, Experimentation, Management, Measurement, Performance Additional Key Words and Phrases: Energy dissipation, power reduction 1. INTRODUCTION of power; so much power, in fact, that their power densities and concomitant Computer scientists have always tried to heat generation are rapidly approaching improve the performance of computers. levels comparable to nuclear reactors But although today’s computers are much (Figure 1). These high power densities faster and far more versatile than their impair chip reliability and life expectancy, predecessors, they also consume a lot increase cooling costs, and, for large Parts of this effort have been sponsored by the National Science Foundation under ITR grant CCR-0205712 and by the Office of Naval Research under grant N00014-01-1-0854.
    [Show full text]
  • Vertigo: Automatic Performance-Setting for Linux
    Vertigo: Automatic Performance-Setting for Linux Krisztián Flautner ARM Limited, Cambridge, UK Trevor Mudge The University of Michigan Presented by Choi Hojung Background(1) • In 2002 – need for low power and high performance processors – from embedded computers to servers – high performance – battery operated Background(2) – Intel SpeedStep • SpeedStep by Intel – No built-in performance-setting policy – A simple approach by the usage model – When on AC power, processor runs at higher speed. – When on battery power , processor runs at a slower speed, thus saving battery power Background(3) - LongRun • LongRun for Crusoe™, by Transmeta – power management that dynamically manages the frequency and voltage levels at runtime – use historical utilization to guide clock rate selection – in processor’s firmware – interval-based algorithm Background(4) - LongRun • Flaws & Questions – in Processor’s firmware – utilization periods can be obscured when all tasks are observed in the aggregate – not have any information about interactive performance in operating system level – a single algorithm perform well under all conditions Background(5) - DVS • Dynamic voltage scaling(DVS) – also called Dynamic Voltage and Frequency Scaling(DVFS) – reduces the power consumed by a processor by lowering its operating voltage – P : power consumption - V : the supply voltage – C : the capacitance - f : operating frequency Proposed • What Vertigo proposed – Implemented in OS kernel level to use a richer set of data for prediction – to reduce the processor’s performance
    [Show full text]
  • ECE 571 – Advanced Microprocessor-Based Design Lecture 28
    ECE 571 { Advanced Microprocessor-Based Design Lecture 28 Vince Weaver http://web.eece.maine.edu/~vweaver [email protected] 9 November 2020 Announcements • HW#9 will be posted, read AMD Zen 3 Article • Remember, no class on Wednesday 1 When can we scale CPU down? • System idle • System memory or I/O bound • Poor multi-threaded code (spinning in spin locks) • Thermal emergency • User preference (want fans to run less) 2 Non-CPU power saving • RAM • GPU • Ethernet / Wireless • Disk • PCI • USB 3 GPU power saving • From Intel lesswatts.org ◦ Framebuffer Compression ◦ Backlight Control ◦ Minimized Vertical Blank Interrupts ◦ Auto Display Brightness • from LWN: http://lwn.net/Articles/318727/ ◦ Clock gating or reclocking ◦ Fewer memory accesses: compression. Simpler background image, lower power 4 ◦ Moving mouse: 15W. Blinking cursor: 2W ◦ Powering off unneeded output port, 0.5W ◦ LVDS (low-voltage digital signaling) interface, lower refresh rate, 0.5W (start getting artifacts) 5 More LCD • When LCD not powered, not twisted, light comes through • Active matrix display, transistor and capacitor at each pixel (which can often have 255 levels of brightness). Needs to be refreshed like memory. One row at a time usually. 6 Ethernet • PHY (transmitter) can take several watts • WOL can draw power when system is turned off • Gigabit draw 2W-4W more than 100Megabit 10 Gigabit 10-20W more than 100Megabit • Takes up to 2 seconds to re-negotiate speeds • Green Ethernet IEEE 802.3az 7 WLAN • power-save poll { go to sleep, have server queue up packets. latency • Auto association { how aggressively it searches for access points • RFKill switch • Unnecessary Bluetooth 8 Disks • SATA Aggressive Link Power Management { shuts down when no I/O for a while, save up to 1.5W • Filesystem atime • Disk power management (spin down) (lifetime of drive) • VM writeback { less power if queue up, but power failure potentially worse 9 Soundcards • Low-power mode 10 USB • autosuspend.
    [Show full text]
  • Dynamic Thermal Management for High-Performance Microprocessors
    Dynamic Thermal Management for High-Performance Microprocessors David Brooks Margaret Martonosi Department of Electrical Engineering Department of Electrical Engineering Princeton University Princeton University dbrooks @ee.princeton.edu mrm @ee.princeton.edu Abstract [23]. The second major source of design complexity in- volves power delivery, specifically the on-chip decoupling With the increasing clock rate and transistor count of capacitances required by the power distribution network. today’s microprocessors, power dissipation is becoming a Unfortunately, these cooling techniques must be de- critical component of system design complexity. Thermal signed to withstand the maximum possible power dissipa- and power-delivery issues are becoming especially critical tion of the microprocessor, even if these cases rarely oc- for high-performance computing systems. cur in typical applications. For example, while the Alpha In this work, we investigate dynamic thermal manage- ment as a technique to control CPUpower dissipation. With 21 264 processor is rated as having a maximum power dis- the increasing usage of clock gating techniques, the average sipation of 95W when running “max-power” benchmarks, power dissipation typically seen by common applications is the average power dissipation was found to be only 72W becoming much less than the chip’s rated maximum power for typical applications [IO]. The increased use of clock dissipation. However; system designers still must design gating and other power management techniques that target thermal heat sinks to withstand the worst-case scenario. average power dissipation will expand this gap even further We define and investigate the major components of any in future processors. This disparity between the maximum dynamic thermal management scheme.
    [Show full text]
  • An Analysis of Efficient Multi-Core Global Power Management Policies
    An Analysis of Efficient Multi-Core Global Power Management Policies: Maximizing Performance for a Given Power Budget Canturk Isci†, Alper Buyuktosunoglu†, Chen-Yong Cher†, Pradip Bose† and Margaret Martonosi∗ †IBM T.J. Watson Research Center ∗Department of Electrical Engineering Yorktown Heights Princeton University Abstract causes super-linear growth in non-core area and power in order to meet scalable performance targets. Chip-level power and thermal implications will continue to As such, the power dissipation problem did not disappear rule as one of the primary design constraints and performance in the new multi-core regime. In fact, power and peak tem- limiters. The gap between average and peak power actually perature continue to be the key performance limiters, even as widens with increased levels of core integration. As such, if other constraints like chip I/O bandwidth and intra/inter chip per-core control of power levels (modes) is possible, a global data bandwidth and available area for on-chip cache begin to power manager should be able to dynamically set the modes emerge as new (secondary) limiters. Consequently, power and suitably. This would be done in tune with the workload char- thermal management of multi-core (often organized as CMP) acteristics, in order to always maintain a chip-level power that chips has been one of the primary design constraints and an is below the specified budget. Furthermore, this should be pos- active research area. sible without significant degradation of chip-level throughput Prior research in this area has been primarily limited to performance. We analyze and validate this concept in detail in studying the efficacy of providing dynamic management of this paper.
    [Show full text]
  • ECE 571 – Advanced Microprocessor-Based Design Lecture 19
    ECE 571 { Advanced Microprocessor-Based Design Lecture 19 Vince Weaver http://www.eece.maine.edu/∼vweaver [email protected] 2 April 2013 Project/HW Reminder • Homework #4 was posted, due on Friday. • Hardware issues with x86. Procure machine? 1 Metrics Clarification • Energy delay = E*t (J*s), Energy delay squared = E*t*t (J*s*s), Smaller is better • In related papers it is confusing, as no one shows formula (despite academic papers loving formulas). Often they use the inverse (so larger is better?) which also confuses things • Other papers use MIPS/Watt = insn/J Not cross-platform. You really want to optimize for time, 2 not for instructions which can vary for lots of reasons and doesn't exactly equate to time. 3 DVFS and other CPU Power/Energy Saving Methods • A lot of related work • Will focus on actual implementations rather than academic papers this time 4 CMOS Energy Equation, Again 2 • Etot = [(CtotVddαf) + (NtotIleakageVdd)]t 5 Delay, Again CLVdd • Td = W µCox( L )(Vdd−Vt) 2 (Vdd−Vt) • Simplifies to fMAX ∼ Vdd • If you lower f, you can lower Vdd 6 DVFS • Voltage planes { on CMP might share voltage planes so have to scale multiple processors at a time • DC to DC converter, programmable. • Phase-Locked Loops. Orders of ms to change. Multiplier of some crystal frequency. • Senger et al ISCAS 2006 lists some alternatives. Two phase locked loops? High frequency loop and have programmable divider? 7 • Often takes time, on order of milliseconds, to switch frequency. Switching voltage can be done with less hassle. 8 When can we scale
    [Show full text]
  • Power Savings in Mpsoc
    DEGREE PROJECT, IN , SECOND LEVEL STOCKHOLM, SWEDEN 2009 Power Savings in MPSoC IOANNIS SAVVIDIS KTH ROYAL INSTITUTE OF TECHNOLOGY ICT SCHOOL OF INFORMATION AND COMMUNICATION TECHNOLOGY TRITA TRITA-ICT-EX-2009:158 www.kth.se Power Savings in MPSoC Ioannis T. Savvidis Master of Science Thesis Stockholm, Sweden 2009 TRITA -ICT -EX -2009:158 PPOOWWEERR SSAAVVIINNGGSS IINN MMPPSSOOCC by Ioannis T. Savvidis [email protected] , [email protected] A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE Master of Science Supervisors: Industry: Tume Wihamre KTH: Johnny Öberg Examiner: Prof. Ahmed Hemani Ericsson AB Royal Institute of Technology (KTH) Stockholm, September 2009 This page has been intentionally left blank. ii “For the things we have to learn before we can do, we learn by doing” Aristotle, 384BC (Stageira) - 322BC (Chalcis) Ioannis Savvidis: Power Savings in MPSoC MSc dissertation project, ©September 2009 This thesis report is submitted in partial fulfillment of the requirements for the degree of Master of Science at the Royal Institute of Technology (KTH), Stockholm, Sweden. Content is based on the work carried out in the Department of Digital ASIC, Signal Processing HW at Ericsson AB, Kista, Stockholm, Sweden. Copyright and similar legal issues are regulated by employment contracts established between ERICSSON AB and the author. iii This page has been intentionally left blank. iv Abstract High performance integrated circuits suffer from a permanent increase of the dissipated power per square millimeter of silicon, over the past years. This phenomenon is driven by the miniaturization of CMOS processes, increasing packing density of transistors and increasing clock frequencies of microchips, thus pushing heat removal and power distribution to the forefront of the problems confronting the advance of microelectronics.
    [Show full text]