TEAPC: Adaptive Computing and Underclocking in a Real PC Augustus K

Total Page:16

File Type:pdf, Size:1020Kb

TEAPC: Adaptive Computing and Underclocking in a Real PC Augustus K From: The Proceedings of the First IBM P=ac2 Conference, October 6-8, 2004,IBM T.J. Watson Research Center, Yorktown Heights, NY, USA. Copyright 2004, A.K. Uht and R.J. Vaccaro. TEAPC: Adaptive Computing and Underclocking in a Real PC Augustus K. Uht and Richard J. Vaccaro University of Rhode Island Microarchitecture Research Institute Department of Electrical and Computer Engineering 4 East Alumni Ave. Kingston, RI 02864, USA {[email protected], [email protected]} real-time internal temperature. Since this is the major Abstract component of variation of timing within an Intel TEAPC is an IBM/Intel-standard PC realization of microprocessor (the CPU’s core voltage is highly the TEAtime performance “maximizing” adaptive regulated and approximately constant), it mirrors the computing algorithm, giving performance beyond original TEAtime philosophy. Further, it is possible worst-case-specifications. TEAPC goes beyond the to base the real-time performance on the real-time TEAtime algorithm by adapting to the current CPU power consumption of the entire PC; the latter is load. It is also the first machine to use extensive partially addressed in this paper. underclocking for disaster tolerance, low power consumption and high reliability. This is all done We have implemented the entire control system in dynamically, at runtime, on an unmodified standard software, in a Windows application. It runs in a operating system (Windows 2000) with a purely normal application mode on Windows 2000, software-implemented feedback-control based multitasking normally with other applications. CPU algorithm. frequency and core voltage are changed dynamically, based on the output of a feedback control system 1 Introduction using the CPU chip temperature as its primary input. While details such as specific hardware device Adaptive systems “maximize” performance or addresses may change, the basic approach and “minimize” power consumption with respect to detailed realization of the control loop and changes in environmental, operating and underclocking should be implementable on any PC to manufacturing conditions. Underclocking reduces the be built, as well as many that already exist. operating frequency below that normally specified, reducing power consumption and increasing Summarizing, our goals are: TEAPC should have the reliability. In this paper we present a prototype based adaptation and frequency maximization properties of on the standard IBM/Intel PC architecture realizing TEAtime; additionally, TEAPC should realize both adaptive computing and underclocking. adaptation to varying CPU loads, low power consumption on-demand, and disaster tolerance. All In prior work we demonstrated an adaptive system of these goals have been realized with the aid of a called TEAtime with a simple physical prototype (see purely software-based feedback control system, Section 2). We wanted to fully demonstrate employing CPU frequency underclocking as needed. TEAtime’s potential by putting it in a production microprocessor, but that is problematic. We therefore The rest of the paper is organized as follows. Section did the next best thing: demonstrating TEAtime’s 2 discusses prior work and background information. adaptive attributes on a real PC assembled with Section 3 describes the initial TEAPC solution and COTS (Commercial Off-The-Shelf) parts. TEAPC, real system constraints. In Section 4 TEAPC’s final the resulting prototype, goes further than TEAtime: It version is discussed, along with the experimental adapts to current CPU computational loading, and methodology. Section 5 presents the experiments, greatly underclocks for disaster tolerance and low data, and analyses. Examples of different TEAPC power, while still functioning normally. operating scenarios are given in Section 6. We conclude in Section 7. The initial TEAPC implementation used timing- based sensors, similar to that used in the TEAtime 2 Prior Work prototype. For reasons to be discussed later, this was abandoned in favor of basing the real-time Performance- and power- adaptive computing performance or frequency of the CPU on the CPU’s approaches have only been proposed in the last 45 decade or so. Most techniques are mainly concerned the frequency is decreased until the error ceases, and with power reduction [1, 4, 5], while a few recent then the process repeats. Since the tracking logic is methods consider performance enhancement [6, 8]. guaranteed by design to be slower than any other path Most methods use voltage-scaling for power- in the system, any timing error will occur in the reduction. The recent Razor proposal [2] and the tracking logic first, and only there. Hence, timing earlier TIMERRTOL model [11] are unusual in that errors in the main system are completely avoided. timing errors are not avoided, but rather are used as a This also completely avoids added pipeline stalls or feedback mechanism to regulate either power other additional clock cycles. Throughput increases consumption (Razor) or performance of almost a factor of two were demonstrated in a (TIMERRTOL). They employ different methods to physical TEAtime prototype. recover from the timing errors. One of the key TEAtime adapted to changes in the environment observations that can be made about all of this (e.g., temperature), operating conditions (e.g., supply adaptive computing work is that in general the same voltage) and manufacturing conditions (e.g., quality basic mechanism can be used for either power of a given production run), dynamically consumption or performance enhancement (or both). “maximizing” performance These methods achieve better-than-worst-case performance. In the case of Razor, its operating While the TEAtime prototype demonstrated the basic voltage is lowered below specs, reducing power. worth and functionality of the TEAtime idea, it used a very simple home-brew processor implemented on Skadron et al [9] first considered the use of formal an FPGA. In our desire to extend the TEAtime ideas feedback control theory as applied to the on-chip and applications, we decided to implement and control of chip temperature of a microprocessor. evaluate TEAtime on a real PC, using COTS parts. Instruction fetch toggling was used to control the We have created a high-performance feedback- chip temperature. In [10] on-chip frequency-scaling control system using normal application software, not was used to regulate the chip temperature using a requiring any operating system modifications. simple linear relationship between frequency and Disaster tolerance is achieved, and reduced power temperature; formal control theory was not needed consumption and increased reliability may be user- since the relevant thermal delays and changes in specified. TEAPC is the result. frequency and temperature were small. Slowdown was also small. Reliability could not be enhanced. In TEAPC, performance can be increased with the 3 Initial TEAPC Architecture particular methods used, and at the system level, and Control System without chip modification. Should reliability be an issue, TEAPC can instead enhance that. 3.1 Foundations of TEAPC Rohou and Smith [7] used operating-system based The guiding principle in the design of TEAPC was to software to control temperature of a chip in a system use as much COTS hardware and software as via frequency scaling; performance only decreases, possible. To this end, TEAPC’s foundation is a never increases. The frequency control mechanism standard IBM/Intel PC architecture assembled out of puts the CPU in either a doze state or a full operation COTS parts. (A commercial PC was not considered, state, while TEAPC utilizes sophisticated feedback since it would be unlikely to allow the kind of control for adjustment of frequency, temperature and internal access we required. However, the results of reliability. TEAPC executes all code normally, all of this work can easily be applied to commercial PC’s, the time. Also, TEAPC does not require operating during their design, construction and/or testing.) system modifications, and can increase performance. We wished to be conservative in our results, and Our recent work, TEAtime (Timing Error Avoidance) knew that it is always hardest to speedup or otherwise [12-14], approximated a maximization of control more advanced components. We therefore performance much above that normally allowed by assembled TEAPC out of what were at the time high- standard design practices. The key component was end parts: a 3.0 Ghz Intel Pentium 4 microprocessor tracking logic, a one-bit wide copy of the worst-case- with an 800 MHz bus and an Intel 875P chipset (a delay path between any pair of flip-flops in the digital “chipset” is the glue logic that connects the CPU to system, plus a small delay margin. In operation, the the main memory and I/O devices; in Figure 4 it is tracking logic is fed a never-ending stream of the Northbridge/Southbridge pair of chips). The main alternating one’s and zero’s. The operating frequency memory used high speed DDR (Dual Data Rate) of the system is incrementally increased until an error dynamic RAM. occurs in the output of the tracking logic; at this point 46 3.2 Initial Approach Towards a oscillations (peg-to-peg) and slow response. The main reason for the inadequacy of this simplistic TEAPC Prototype approach is the thermal capacitance of the Our initial plan and activities were to closely model components’ heatsinks, with the resulting roughly TEAPC operation on that of the TEAtime prototype. exponential time delay between component heating While we were of course unable to embed tracking and sensor response. logic in the existing components, especially the CPU, We then used formal feedback control system theory we were still able to create tracking sensors whose to eventually achieve a fast frequency response to delay varied with temperature, supply voltage, etc. thermal changes. The basic control input is a While we did not fully validate the following, since temperature setting, Tset, used by the control system each sensor was a standard CMOS logic gate to maintain a CPU temperature of Tset degrees C.
Recommended publications
  • Computer Service Technician- CST Competency Requirements
    Computer Service Technician- CST Competency Requirements This Competency listing serves to identify the major knowledge, skills, and training areas which the Computer Service Technician needs in order to perform the job of servicing the hardware and the systems software for personal computers (PCs). The present CST COMPETENCIES only address operating systems for Windows current version, plus three older. Included also are general common Linux and Apple competency information, as proprietary service contracts still keep most details specific to in-house service. The Competency is written so that it can be used as a course syllabus, or the study directed towards the education of individuals, who are expected to have basic computer hardware electronics knowledge and skills. Computer Service Technicians must be knowledgeable in the following technical areas: 1.0 SAFETY PROCEDURES / HANDLING / ENVIRONMENTAL AWARENESS 1.1 Explain the need for physical safety: 1.1.1 Lifting hardware 1.1.2 Electrical shock hazard 1.1.3 Fire hazard 1.1.4 Chemical hazard 1.2 Explain the purpose for Material Safety Data Sheets (MSDS) 1.3 Summarize work area safety and efficiency 1.4 Define first aid procedures 1.5 Describe potential hazards in both in-shop and in-home environments 1.6 Describe proper recycling and disposal procedures 2.0 COMPUTER ASSEMBLY AND DISASSEMBLY 2.1 List the tools required for removal and installation of all computer system components 2.2 Describe the proper removal and installation of a CPU 2.2.1 Describe proper use of Electrostatic Discharge
    [Show full text]
  • Hardware Monitoring
    HARDWARE MONITORING SECTION 7 HARDWARE MONITORING Walt Kester INTRODUCTION Today's computers require that hardware as well as software operate properly, in spite of the many things that can cause a system crash or lockup. The purpose of hardware monitoring is to monitor the critical items in a computing system and take corrective action should problems occur. Microprocessor supply voltage and temperature are two critical parameters. If the supply voltage drops below a specified minimum level, further operations should be halted until the voltage returns to acceptable levels. In some cases, it is desirable to reset the microprocessor under "brownout" conditions. It is also common practice to reset the microprocessor on power-up or power-down. Switching to a battery backup may be required if the supply voltage is low. Under low voltage conditions it is mandatory to inhibit the microprocessor from writing to external CMOS memory by inhibiting the Chip Enable signal to the external memory. Many microprocessors can be programmed to periodically output a "watchdog" signal. Monitoring this signal gives an indication that the processor and its software are functioning properly and that the processor is not stuck in an endless loop. The need for hardware monitoring has resulted in a number of ICs, traditionally called "microprocessor supervisory products," which perform some or all of the above functions. These devices range from simple manual reset generators (with debouncing) to complete microcontroller-based monitoring sub-systems with on-chip temperature sensors and ADCs. The ADM8691-series (see Figures 7.1 and 7.2) are examples of traditional microprocessor supervisory circuits.
    [Show full text]
  • Rog Strix Z390-E Gaming
    ROG STRIX Z390-E GAMING BIOS Manual Motherboard E14965 First Edition November 2018 Copyright© 2018 ASUSTeK COMPUTER INC. All Rights Reserved. No part of this manual, including the products and software described in it, may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language in any form or by any means, except documentation kept by the purchaser for backup purposes, without the express written permission of ASUSTeK COMPUTER INC. (“ASUS”). Product warranty or service will not be extended if: (1) the product is repaired, modified or altered, unless such repair, modification of alteration is authorized in writing by ASUS; or (2) the serial number of the product is defaced or missing. ASUS PROVIDES THIS MANUAL “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ASUS, ITS DIRECTORS, OFFICERS, EMPLOYEES OR AGENTS BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES (INCLUDING DAMAGES FOR LOSS OF PROFITS, LOSS OF BUSINESS, LOSS OF USE OR DATA, INTERRUPTION OF BUSINESS AND THE LIKE), EVEN IF ASUS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES ARISING FROM ANY DEFECT OR ERROR IN THIS MANUAL OR PRODUCT. SPECIFICATIONS AND INFORMATION CONTAINED IN THIS MANUAL ARE FURNISHED FOR INFORMATIONAL USE ONLY, AND ARE SUBJECT TO CHANGE AT ANY TIME WITHOUT NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ASUS. ASUS ASSUMES NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR INACCURACIES THAT MAY APPEAR IN THIS MANUAL, INCLUDING THE PRODUCTS AND SOFTWARE DESCRIBED IN IT.
    [Show full text]
  • Comptia A+ Complete Study Guide A+ Essentials (220-601) Exam Objectives
    4830bperf.fm Page 1 Thursday, March 8, 2007 10:03 AM CompTIA A+ Complete Study Guide A+ Essentials (220-601) Exam Objectives OBJECTIVE CHAPTER Domain 1.0 Personal Computer Components 1.1 Identify the fundamental principles of using personal computers 1 1.2 Install, configure, optimize and upgrade personal computer components 2 1.3 Identify tools, diagnostic procedures and troubleshooting techniques for personal computer components 2 1.4 Perform preventative maintenance on personal computer components 2 Domain 2.0 Laptops and Portable Devices 2.1 Identify the fundamental principles of using laptops and portable devices 3 2.2 Install, configure, optimize and upgrade laptops and portable devices 3 2.3 Identify tools, basic diagnostic procedures and troubleshooting techniques for laptops and portable devices 3 2.4 Perform preventative maintenance on laptops and portable devices 3 Domain 3.0 Operating Systems 3.1 Identify the fundamentals of using operating systems 4 3.2 Install, configure, optimize and upgrade operating systems 5 3.3 Identify tools, diagnostic procedures and troubleshooting techniques for operating systems 6 3.4 Perform preventative maintenance on operating systems 6 Domain 4.0 Printers and Scanners 4.1 Identify the fundamental principles of using printers and scanners 7 4.2 Identify basic concepts of installing, configuring, optimizing and upgrading printers and scanners 7 4.3 Identify tools, basic diagnostic procedures and troubleshooting techniques for printers and scanners 7 Domain 5.0 Networks 5.1 Identify the fundamental
    [Show full text]
  • Single-Phase PWM Controller for CPU / GPU Core Power Supply General Description Features
    RT8152E/F Single-Phase PWM Controller for CPU / GPU Core Power Supply General Description Features The RT8152E/F is a single phase PWM controller with l Single Phase PWM Controller with Integrated integrated MOSFET drivers. Moreover, it is compliant with MOSFET Driver Intel IMVP6.5 Voltage Regulator Specification to fulfill its l Low-Gain Compensator with CCRCOT Topology mobile CPU core and Render core voltage regulator (Constant Current Ripple Constant On Time) requirements. The RT8152E/F adopts G-NAVP (Green- l 7-bit DAC Native AVP), which is a Richtek's proprietary topology l 0.8% DAC Accuracy derived from finite DC gain compensator constant on-time l 1.5% or 11.5mV System Accuracy mode, making it an easy setting PWM controller meeting l Fixed VBOOT (For CPU Core Only) all Intel AVP (Active Voltage Positioning) mobile CPU/ l Differential Remote Voltage Sensing Render requirements. The output voltage of the RT8152E/ l G-NAVP Topology (Green-Native AVP) F is set by 7-bit VID code. The built-in high accuracy DAC l Programmable Output Transition Slew Rate Control converts the VID code ranging from 0V to 1.5V with l System Thermal Compensated AVP 12.5mV per step. The system accuracy of the controller l Ringing Free Mode at Light Load Condition can reach 1.5%. The part supports VID on-the-fly and mode l Fast Transient Response change on-the-fly functions that are fully compliant with l IMVP6.5 Compatible Power Management States IMVP6.5 specification. It operates in single phase and l Power Good diode emulation modes.
    [Show full text]
  • Overclocking Assistant for the Intel® Desktop Board DZ87KLT-75K
    Overclocking Assistant for the Intel® Desktop Board DZ87KLT-75K June 2013 Overclocking Assistant for the Intel® Desktop Board DZ87KLT-75K WARNING Altering clock frequency and/or voltage may (i) reduce system stability and useful life of the system and processor; (ii) cause the processor and other system components to fail; (iii) cause reductions in system performance; (iv) cause additional heat or other damage; and (v) affect system data integrity. Intel has not tested and does not warranty the operation of the processor beyond its specifications. WARNING Altering PC memory frequency and/or voltage may (i) reduce system stability and useful life of the system, memory and processor; (ii) cause the processor and other system components to fail; (iii) cause reductions in system performance; (iv) cause additional heat or other damage; and (v) affect system data integrity. Intel assumes no responsibility that the memory included, if used with altered clock frequencies and/or voltages, will be fit for any particular purpose. Check with the memory manufacturer for warranty and additional details. INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL® PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL’S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER, AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. Intel products are not intended for use in medical, life saving, or life sustaining applications.
    [Show full text]
  • Temperature Adaptive Computing in a Real PC
    TEAPC: Temperature Adaptive Computing in a Real PC Augustus K. Uht and Richard J. Vaccaro University of Rhode Island Microarchitecture Research Institute Department of Electrical and Computer Engineering 4 East Alumni Ave. Kingston, RI 02864, USA {[email protected], [email protected]} Abstract* Herein we present an adaptive prototype, TEAPC, based on the standard IBM/Intel PC architecture and TEAPC is an IBM/Intel-standard PC realization realizing underclocking, that is, operating the system of a CPU temperature-adaptive feedback-control greatly below its specified frequency. We have system. The control system adjusts the CPU frequency implemented the entire TEAPC control system in and/or voltage to maintain a constant set-point software, in a Windows application. It runs in a temperature. TEAPC dynamically adapts to changing normal application mode on Windows 2000, CPU computation loads, as well as any other system multitasking normally with other applications. CPU phenomenon that affects the CPU temperature. For frequency and core voltage are changed dynamically, example, with the specific TEAPC hardware, should based on the output of a feedback control system using the CPU cooling fan fail, the control system detects the CPU chip temperature as its input. The control the increase in CPU temperature and automatically loop and underclocking models should be usable for reduces the CPU frequency and voltage to keep the any PC to be built, as well as many that already exist. CPU from overheating. In such a circumstance the This paper’s contributions are as follows: system continues to operate. All of the adaptation is Demonstration of temperature control of a COTS done dynamically, at runtime, on an unmodified (Commercial Off-The-Shelf) based PC via a modern standard operating system (Windows 2000) with a feedback control system; On-demand reliability and purely software-implemented feedback-control system.
    [Show full text]
  • Analysis of the Power Consumption of a Multimedia Server Under Different DVFS Policies
    Analysis of the Power Consumption of a Multimedia Server under Different DVFS Policies Waltenegus Dargie Chair for Computer Networks Faculty of Computer Science Technical University of Dresden 01062 Dresden, Germany Email: [email protected] Abstract—Dynamic voltage and frequency scaling (DVFS) has [19]. Hence, reducing the voltage of the processor or memory been a useful power management strategy in embedded systems, by one fold will reduce the energy consumption of these mobile devices, and wireless sensor networks. Recently, it has subsystems by two fold. Likewise, reducing the operation fre- also been proposed for servers and data centers in conjunction with service consolidation and optimal resource-pool sizing. In quency will linearly reduce the energy consumption. There is, this paper, we experimentally investigate the scope and usefulness of course, a corresponding penalty in performance, but many of DVFS in a server environment. We set up a multimedia server argue that often Internet-based servers are over provisioned; which will be used in two different scenarios. In the first scenario, providing services at 30 to 70% of thier full capacity much the server will host requests to download video files of known and of the time [1] [14]. Consequntly, by operating these servers available formats. In the second scenario, videos of unavailable formats can be accepted; in which case the server employs a at lower frequencies (as well as voltages) when the workload transcoder to convert between AVI, MPEG and SLV formats is less time critical, it is possible to minimize the idle state before the videos are downloaded. The workload we generate has power consumption, which accounts for more than 50% of the a uniform arrival rate and an exponentially distributed video size.
    [Show full text]
  • Comptia A+ Certification Exam Prep
    Course 445 CompTIA A+ Certification Exam Prep 445/CN/H.3/709/H.2 Acknowledgments The author would like to thank the following people for their valuable help with this course: Teresa Shinn Carl Waldron Tim Watts Esteban Delgado Dave O’Neal Shirley Auguste Alicia Richardson © Learning Tree International, Inc. All rights reserved. Not to be reproduced without prior written consent. © LEARNING TREE INTERNATIONAL, INC. All rights reserved. All trademarked product and company names are the property of their respective trademark holders. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, or translated into any language, without the prior written permission of the publisher. Copying software used in this course is prohibited without the express permission of Learning Tree International, Inc. Making unauthorized copies of such software violates federal copyright law, which includes both civil and criminal penalties. Introduction and Overview Course Objectives The main objective of this course is to Prepare you to pass the CompTIA A+ 220-901 and 220-902 exams To accomplish this goal, you will learn how to Safely disassemble and reassemble a complete PC system Install and configure common PC motherboards and adapter cards Use an organized strategy to identify and troubleshoot common PC problems Select and install the correct type of RAM memory needed to upgrade a PC system Install and configure data storage systems, including hard disks, solid state drives (SSD), CD, and DVD-ROM drives Identify fundamental components of laptops and mobile devices and describe how to troubleshoot common problems © Learning Tree International, Inc.
    [Show full text]
  • Investigation of Alternative Power Architectures for CPU Voltage Regulators
    Investigation of Alternative Power Architectures for CPU Voltage Regulators Julu Sun Dissertation submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Electrical Engineering Fred C. Lee, Chairman Dusan Boroyevich Ming Xu William T. Baumann Carlos T.A. Suchicital Elaine P. Scott November 22nd, 2008 Blacksburg, Virginia Keywords: two-stage, voltage regulator, high power density, high efficiency Investigation of Alternative Power Architectures for CPU Voltage Regulators Abstract Since future microprocessors will have higher current in accordance with Moore’s law, there are still challenges for voltage regulators (VRs). Firstly, high efficiency is required not only for easy thermal management, but also for saving on electricity costs for data centers, or battery life extension for laptop computers. At the same time, high power density is required due to the increased power of the microprocessors. This is especially true for data centers, since more microprocessors are required within a given space (per rack). High power density is also required for laptop computers to reduce the size and the weight. To improve power density, a high frequency is required to shrink the size of the output inductors and output capacitors of the multi-phase buck VR. It has been demonstrated that the output bulk capacitors can be eliminated by raising the VR control bandwidth to around 350kHz. Assuming the bandwidth is one-third of the switching frequency, a VR should run at 1MHz to ensure a small size. However, the efficiency of a 12V VR is very poor at 1MHz due to high switching losses.
    [Show full text]
  • Introduction to Richtek VCORE Regulators
    Application Note Roland van Roy AN051 – May 2017 Introduction to Richtek VCORE Solutions ABSTRACT VCORE regulators are used to provide the power supply for the CPU core and graphics (GPU) core in computing applications like Desktop PC, Notebook PC, Server, Industrial PC, etc. The requirements for these supplies are quite different from standard POL regulators: CPU and GPU rails have extremely fast load changes, require Dynamic Voltage Positioning with high accuracy, require Load Line, can switch between several states of power saving and provide a variety of parameter sensing and monitoring. These systems make use of a serial Bus interface between the CPU and the voltage regulator, where the CPU will request different supply operating conditions based on CPU loading and operation modes. This application note explains the VCORE regulator application and the specific regulator operating conditions related to CPU & GPU commands. Richtek VCORE design advantages are explained and a guide is given how to find the right Richtek VCORE solution for a specific CPU family type. CONTENTS 1. Introduction .................................................................................................................................................................. 2 2. Basic Vcore regulator applications ................................................................................................................................. 2 3. VCORE regulator design aspects ...................................................................................................................................
    [Show full text]
  • System Power Management and Portable Power
    System Power Management and Portable Power Practical Power Solutions 1. Point-of-Load Power 2. System Power Management and Portable Power 3. Power for Mixed Analog/Digital Systems 4. Hardware Design Techniques Copyright © 2009 By Analog Devices, Inc. All rights reserved. This book, or parts thereof, must not be reproduced in any form without permission of the copyright owner. SECTION 2 SYSTEM POWER MANAGEMENT AND PORTABLE POWER Designing a Typical System Power Chain..........................................................................2.1 Microprocessor Supervisory Functions.........................................................................2.13 Power Supply Monitoring and Sequencing......................................................................2.20 Hot Swap Controllers..........................................................................................................2.32 Temperature Monitoring...................................................................................................2.42 Digital Isolation and Isolated Power...............................................................................2.48 Digital Power Applications.................................................................................................2.58 Powering Portable Systems..............................................................................................2.63 Technical References.......................................................................................................2.76 2.0 System Power Management
    [Show full text]