Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Hardware Technology

Low Voltage Is Key To Energy-Efficient Chip 127

An anonymous reader writes in with news from the International Solid State Circuits Conference in San Francisco of a new energy-efficient chip designed by researchers at MIT. It's said to be able to run on 1/10 the power of current chips. Texas Instruments worked with MIT on the design, which is maybe five years from production. "The key to the chip's improved energy efficiency lies in making it work at a reduced voltage level, according to... a member of the chip design project team. Most of the mobile processors today operate at about 1 volt. The requirement for MIT's new design, however, drops to 0.3 volts."
This discussion has been archived. No new comments can be posted.

Low Voltage Is Key To Energy-Efficient Chip

Comments Filter:
  • by AuMatar ( 183847 ) on Tuesday February 05, 2008 @07:31PM (#22314656)
    You don't use resistors in CMOS logic. You take a transistor and wire source to gate. This turns it into a constant load, more or less the equivalent of a resistor of 10-100K ohms.

    The activation voltage of a transistor is variable- it's a property of the materials its made of. .7 is a common one and thus used in a lot of texts, but it isn't set in stone.
  • by jhines ( 82154 ) <john@jhines.org> on Tuesday February 05, 2008 @07:35PM (#22314704) Homepage
    In Germanium the voltage is 0.3, if I remember correctly. So it depends on the materials used.
  • by Durinia ( 72612 ) on Tuesday February 05, 2008 @07:37PM (#22314726)
    In this case, they're operating the transistors in a sub-threshold voltage environment. A full channel never opens for the transistor, but energy will trickle through at different rates.

    Instead of the typical "open/closed water pipe valve" model of the transistor, imagine having a leaky bucket, and then determining 1 vs 0 on how many drops get through.

    It's a tough area to design circuits in because of the very delicate balance. It doesn't take many electrons (or much process variation) to bust up your circuit.
  • Re:All well and good (Score:4, Informative)

    by WiglyWorm ( 1139035 ) on Tuesday February 05, 2008 @07:44PM (#22314810) Homepage
    I just finished reading the article, and it's actually got some exciting stuff. Having the processor scale its voltage when it's idle is a great idea. Current processors will change their FSB multiplier when idle so that they run at lower clocks and consume less energy, but a computer chip that could call on less voltage in a desktop machine, as well as lowering its number of clock cycles would be a huge energy saver. Though I do find the summary misleading. This processor will not run on 0.3v unless it is idle. Once you put a load on it, you have to increase the voltage.
  • by johnhennessy ( 94737 ) on Tuesday February 05, 2008 @07:53PM (#22314896)
    Less transistors switching is only part of the story.

    Maybe a more signficant factor in determining the power consumption of a CPU is the technology process choice.

    Intel typically tune their process for performance, at the expense of leakage. This lets them squeeze out a couple of GHz in terms of clock speed, but it means that the power consumed when the chip is doing nothing at all (i.e. idling) is much larger. The CPUs that are put into cell phones (from companies like ST, TI, Broadcom, etc, etc) are normally fabbed with a "low power" or LP option. This reduces the maximum speed that you can get out of the processor, but reduces the leakage problem significantly. If the cell phone is only using the processor 1% of the time (think of how long it spends powered on in your pocket), then there is no point in having the best 3D games on your phone, if the stand-by time is 15 minutes.

    Switching between these standard (or GP) processes and LP processes is not quiet straight forward, as you need to design all your mixed-signal / analog blocks (think PLLs, bandgaps, regulators, etc) for both nodes. While I'm sure Intel could probably afford to do this, they would then have to turn around and support this process in their fabs, which would eat up their resources for their processor market.

    If you compare the numbers: Intel can sell their processors for hundreds of dollars. Phone manufacturers buy processors from the other Semicos at about 10-15 dollars each. Guess where the better margin is ...
  • Re:Always on (Score:3, Informative)

    by tknd ( 979052 ) on Tuesday February 05, 2008 @07:56PM (#22314948)
    With the latest hardware and fully integrated chipsets, you can already build an incredibly power efficient system for as low as 20watts idle, and yes, it will perform better than the VIA platforms. Here's one example. [silentpcreview.com]
  • Re:All well and good (Score:4, Informative)

    by GigaplexNZ ( 1233886 ) on Tuesday February 05, 2008 @07:58PM (#22314978)
    Most current desktop chips do scale their voltage (such as the Core 2 Duo). The drop isn't all that dramatic, it drops from approximately 1.3V to 1.0V. But it does drop.
  • Re:All well and good (Score:1, Informative)

    by Anonymous Coward on Tuesday February 05, 2008 @08:25PM (#22315334)
    The power is proportional to V^2/f, where V is the voltage and f is the frequency, so halving the voltage results in 1/4 of the power or in the case of 0.3^2/1^2 you get .09 or about 10% of the power usage. The amazing thing is that they were able to get the transistors to bias at that voltage.

  • Power consumption (Score:5, Informative)

    by AdamHaun ( 43173 ) on Tuesday February 05, 2008 @08:30PM (#22315400) Journal
    Power consumption in a digital circuit can be approximated by the formula:

    Pavg = N*f*C*Vdd^2 + Pleak

    where N is the probability of a gate switching during one clock cycle, f is the clock frequency, C is the average gate capacitance, Vdd is the supply voltage, and Pleak is the power loss due to current leakage. Since power is proportional to the square of the voltage but directly proportional to everything else, reducing the voltage has a much greater impact on total power consumption. Going from 1V to 0.3V implies a >10x dynamic power reduction.

  • Re:All well and good (Score:4, Informative)

    by Chris Burke ( 6130 ) on Tuesday February 05, 2008 @08:31PM (#22315406) Homepage
    Your current multigigahertz processor relies on dynamic logic. Dynamic logic does not work at subthreshold (roughly below 1V). This chip almost certainly uses static logic and will not be as fast as a modern CPU no matter what the voltage.

    Gigahertz speeds are not impossible for static logic, in fact most modern processors are in their vast majority (and perhaps entirety, though I couldn't prove it) static logic, and perform quite a bit of logic in a single clock using static circuits. 45nm transistors are really fast, they don't necessarily need the tricks (and design complexity, and manufacturing risk) of dynamic logic to get to high speeds. Maybe the double-clocked ALUs in the Intel P4 series used it for example, but otherwise static logic rules the day.

    Certainly you're right that it's unlikely that this chip would clock that high regardless of voltage. Static logic likes super-threshold voltages too. :P
  • by CTho9305 ( 264265 ) on Tuesday February 05, 2008 @09:05PM (#22315808) Homepage
    TFA isn't very techincal, and makes it sound like the MIT team isn't doing anything very interesting (they mention 8-transistor SRAM cells, but even regular CPUs sometimes have to use them). The interesting story here is that the chip is being operated at a voltage below the voltage where the transistors are normally viewed as being "on". In this region, transistors operate more like amplifiers than digital switches.

    One cool thing about this is that the leakage power will be negligible. Leakage currents are generally exponential with respect to voltage.

    Another cool thing is that the chip can actually operate at the low voltage. It's not too hard to make a chip retain state at very low voltages, but as soon as you want to do anything you usually have to raise the voltage back up before execution resumes. Any task that requires a small amount of work frequently will benefit from something like this. A contrived example of where this make a big difference is in a poorly-architected MP3 player in which the CPU has to shuffle a few thousand bytes per second to a sound chip, but in very small chunks (this poorly-architected sound chip has a very tiny buffer), hundreds of times per second. A normal chip would be constantly jumping to a high voltage and going back to sleep; depending on how long the voltage transition takes, it might have to stay in a higher voltage state constantly. This chip, on the other hand, could operate continuously at the "sleeping" voltage.

    The catch is that transistors operating in the subthreshold regime are going to be pretty slow, so for any tasks that require high performance you'll have to bump the voltage back to a more normal range.
  • Re:Physics (Score:3, Informative)

    by Falstius ( 963333 ) on Tuesday February 05, 2008 @10:00PM (#22316220)
    self correction/clarification: in subthreshold leakage current beings to become more important, eventually you stop gaining from dropping the voltage. That can be well into subthreshold, I've seen chips which run at 0.2V (a 45nm process has a threshold on the order of 0.5V). I didn't mean to imply that any drop into subthreshold was self defeating.
  • by Pulzar ( 81031 ) on Tuesday February 05, 2008 @10:09PM (#22316296)
    Power = Current * Voltage
    To reduce power consumption, you either have to reduce the voltage or the current.


    While your formula is right, it's not too applicable for chip power usage because current is not a constant. The formula you will normally see is

    P = P-switching + P-leakage

    Now, P-switching = fCV^2, so you can reduce it by reducing the clock frequency, voltage, or the number of transistors. But, P-leakage actually increases exponentially as the gate threshold voltage is reduced -- so, reducing the voltage too much will not help, either. There's only so far you can go before leakage power becomes the dominant one and reducing voltage further doesn't help.
  • by fpgaprogrammer ( 1086859 ) on Tuesday February 05, 2008 @10:12PM (#22316316) Homepage
    "One cool thing about this is that the leakage power will be negligible. Leakage currents are generally exponential with respect to voltage." leakage is more dependent on threshold voltage than Vds. running a chip subthreshold means you are relying on leakage to charge up capacitance. we've had this research going on for years at MIT.
  • What is voltage? (Score:1, Informative)

    by Anonymous Coward on Tuesday February 05, 2008 @11:04PM (#22316686)
    I think a lot of people have a minor misconception of what voltage is.... that is to say they have no fucking clue what it is. The "Well DUH.... less power used = more efficient" is less accurate than it is funny when applied to voltage. It is quite possible to use the same or even more power at a lower voltage given the required amperage.

    Voltage in electronics is essentially the same thing as pressure in a pipe with water being pumped through. If you have a shitty-ass leaky pipe, higher pressure causes more water to leak from the shitty-ass pipe. Now imagine you have two of these shitty-ass pipes that you want to pump an equal amount of water through. One of them has a flow restricter on the end. If you pump the same rate of water through them, the one without the restricter will have lower pressure and less water will leak from the holes in the pipe. The pressure in the other pipe, however, is higher because of the restricter. This causes increased leakage from the shitty-ass pipe and overall more water will be required to get the same amount out of the end of the pipe (and yes I realize this uses resistance to get my point across, it's impossible to describe current, voltage, or resistance without referencing another of the three so preemptive STFU). Increased pressure also increases friction, blah, blah, blah.

    This basically works the same way in electronics, except instead of leaking water (at least I hope not) electronics leak heat energy. Electronics are essentially shitty-ass leaky pipes, because it's hard to build real small things (and you can quote me on that). Sure, increased voltage generally means increased overall power usage. Voltage != Power, though.

    This is meant to be a simple explanation for laymen. EE's STFU, I don't want to hear about how this or that is technically wrong. It coulda been worse, I could've used cars. And no, I didn't spellcheck, reread, etc. Go to hell spelling/grammar/regular type nazi. Done.
  • by Spy Hunter ( 317220 ) on Wednesday February 06, 2008 @12:03AM (#22317086) Journal
    Contrary to popular belief, voltage is *not* power. To use the analogy properly, what this article says is closer to "low horsepower key to better gas mileage". Which, while still obvious, is at least not a tautology.

    It is possible for a low voltage system to transfer more energy than a high voltage one in the same amount of time if the low voltage one transfers more current (current is measured in amps, not volts). The exact relation is volts * amps = power (in watts). So if this chip ran at lower voltage but needed more amps, it could still use more power.
  • by austexmonkey ( 1108037 ) on Wednesday February 06, 2008 @12:23AM (#22317216)

    Dear God, how did this get modded Informative? The parent is confusing CMOS logic with NMOS logic (you do NOT use static loads with CMOS logic), and FETs do not have a parameter called "activation voltage".

    For a description of CMOS logic that's actually accurate, check out the wikipedia article here:

    http://en.wikipedia.org/wiki/Cmos [wikipedia.org]
  • by Malekin ( 1079147 ) on Wednesday February 06, 2008 @02:45AM (#22318026)
    You are correct about power lines. The high voltage / low current reduces power lost due to the resistance of the wires. When you're dealing with long pieces of wire, the resistance adds up. Integrated circuits, however, are very small and though they are made of semiconductors (which are generally more resistive than metals) resistive losses aren't the big concern. In a semiconductor the important things are electric fields and charges moving about. Making a transistor work at low voltage means there are smaller potential barriers involved for charges to cross.

    Basically, anyway.

To program is to be.

Working...