Slashdot Mirror


Intel Developing Ultra-Low Power Chips

ErikPeterson wrote to mention a C|Net article discussing Intel's development of low-power chips for mobile applications. From the article: "The chipmaking giant announced on Monday a new technique that it said could help cut back on wasted battery power in cell phones and mobile devices by as much as 1,000 times current levels. Active computing accounts for only half the power Intel processors use. The other half is gobbled up by a leakage current in transistors that exists when a machine is in a low-level sleep state, Intel said. The new version of the company's 65-nanometer wafer-making process, internally known as P1265, is better than Intel's current process at helping prevent the extra power from being sapped from the battery, the chipmaker said. "

18 of 145 comments (clear)

  1. 1/1000th? by biryokumaru · · Score: 4, Interesting

    Random quotes:
    "1,000 times current levels."
    "The other half [of the energy] is gobbled up by a leakage current in transistors"
    "designed to consume a tenth of the power"
    "about a tenth the demand"

    "About two years ago, the Intel process and development groups decided to find out if they could expand the space or the scope that 65-nanometer technology could serve and make adjustments so it could make a chip with extra-low leakage."

    Um, so, wait, making chips with extra low transistor leakage, where leakage is only half of the chips power consumption, can result in one tenth power consumption? And even, 1/1000th what some chips use? 1/1000th the power consumption of what, a penny in the circuit breaker?

    --
    When you're afraid to download music illegally in your own home, then the terrorists have won!
    1. Re:1/1000th? by merreborn · · Score: 5, Informative

      It's not that confusing. A current intel chip spends half it's power consumption on computing, and wastes the other half. This new process reduces that waste to 1/1000th of what it was -- if a chip used to consume 2 watts, 1 on computing, 1 on waste, now it will consume only 1.001 watts, 1 on computing, .001 on waste. The "designed to consume a tenth of the power" is about a completely unrelated processor: the next generation of Pentium M is supposed to consume 1/10th the power it currently conusmes. Score one for reading comprehension.

    2. Re:1/1000th? by merreborn · · Score: 3, Informative

      So, this power "used for computing". Where does it go?

      Ah, I finally understand your misunderstanding. When they say half the power goes to active computing and half to waste currently, they mean half of the power consumption occurs while your CPU is crunching numbers, and half while it's just idling.

      In both cases, power is dissipated as heat. All they've done is something along the lines of turning the processor off when it's not actually crunching numbers.

      They haven't magically done away with resistance, or anything like that.

    3. Re:1/1000th? by Suidae · · Score: 4, Informative

      Into heat as the charge is dumped to ground, generally. Basicly you charge up a cap to indicate a logical 1 (or zero, if you prefer). When you want to make it a zero, you dump the charge to ground and you lose the energy, increasing the local entropy.

      There are designs and a few working prototypes that recycle some of that energy, but they are more complex than regular chips. Basicly the idea is that in a given processor you'll have a bunch of gates turning on and off at any given time, so you can save some power by dumping charges from gates going from 1 to 0 to gates going from 0 to 1. Its really a heck of a lot more complicated than that though.

      The field is called reversable computingand has a lot of potential to reduce power requirements of logic devices.

    4. Re:1/1000th? by TigerNut · · Score: 4, Informative

      In a CMOS chip, the power consumption is a function of two major items: The leakage current, and the switching current. The leakage current is a function of the operating voltage and the device geometry size. Going smaller and lower voltage has increased the leakage current to the point where it's a roadblock to further development, so Intel is now apparently addressing it... that's good. The switching current comes about because the CMOS logic state for any node is controlled by either a transistor connecting the node to the supply rail, or a different transistor connecting that node to the ground rail. When the node is switched from one rail to the other, there is a brief period where both transistors partially conduct, and the current goes up dramatically. Hence, the more switching that goes on, the more rapidly, the more current is used, and that's the "power used for computing". The switching current is reduced by, among other things, lowering the operating voltage, which puts it at odds with the reduction of leakage current.

      --

      Less is more.

    5. Re:1/1000th? by InvalidError · · Score: 4, Informative

      An idle P4 wastes 10-15W of static power (maintaining its current state, like when the computer is in standby/sleep mode... this is why we have suspend-to-RAM and hibernate), 15-30W in clock distribution and uses 30-60W more for switching transistors while doing useful work.

      Since a CPU is not operating at full-speed and full-load 100% of the time, reducing the average quiescent+clock power by 10X could already extend battery life by a substantial amount - how many people run SETI (or comparable non-essential extensive computational load) on their laptops while operating on battery power?

      So, if static power and idle clock power are reduced to practically nothing, even if that power accounts for only half of the chip's budget it can decrease the CPU's average power by 10X, assuming the CPU spends ~90% of its time idling on average.

      BTW, if you look at typical battery discharge curves, you will see that the effective AH rating depends on load current... so a 50% reduction in system power would come with a ~10% bonus in usable battery capacity. (Batteries are usually rated for 20H discharge and 12AH batteries typically have an effective rating of 7-9AH when drained at ~50A.)

    6. Re:1/1000th? by Profane+MuthaFucka · · Score: 3, Informative

      It's not related to processor usage, it related to representation of zeros and ones. The ones will still take just as much power. The zeroes won't take as much. You see, leakage current is the current that flows through transistors that are turned off. They are making those transistors NOT waste the energy that they leak.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
  2. Re:It was about time! by AKAImBatman · · Score: 4, Insightful

    It was about time that Intel started worrying about their chips power consumption and heating.

    You think they haven't been? Ever hear of the Centrino architecture? It finally knocked Apple off the top battery performer pedastal a year or two ago.

    What you're thinking of are their high end Pentium IV chips, which are quickly approaching the per-centimeter thermal dissapation rates of a nuclear powerplant. (I say as the fans on my Dell case spin up quite loudly...)

  3. I'll bet Apple knew about this... by PapayaSF · · Score: 4, Interesting

    ...when they decided to switch to Intel. When the switch was announced, my question was: "Hmmm, I wonder what Apple knows about Intel's plans that they can't or won't talk about?" This certainly looks like something that would fit with Apple's future plans regarding iPods and other mobile devices.

    --
    Q: What does the "B." in Benoit B. Mandelbrot stand for? A: Benoit B. Mandelbrot
  4. Leakage? by kko · · Score: 5, Funny

    Are these those famous Olestra chips everybody talks about?

    --
    No, seriously, I just come here for the articles.
  5. To summarize the story... by slashname3 · · Score: 4, Funny

    So the article basicly says they plan to make chips that don't suck so much.....



    power that is. :)

  6. Apple Powerbook with lower power consumption? by lightningrod220 · · Score: 4, Interesting

    I would really be interested to see what Apple can do with this. However, they need to make sure that the heat is as minimal as possible. I'm getting tired of even the G3 iBooks getting wayyyy too warm, let alone the G4 'books. We need to get those temperatures down, power consumption down (seems like these new chips will do that), and make the Lithium Ion batteries last longer, so we don't have guys putting "Powerbook batteries last only 18 months!" everywhere.

  7. Typical Intel Un-Announcement by dsginter · · Score: 4, Funny

    This is the typical Intel announcement:

    - Zero details
    - How much performance penalty?
    - What technology is utilized?
    - Are we smoking crack?

    Nobody knows (even us)! We just like to put out press releases. Read about our next generation architecture. What is it? We haven't a fucking clue!

    But we like to issue unannouncements! We're Intel!

    --
    More
  8. Re:It was about time! by rgmoore · · Score: 3, Informative
    What you're thinking of are their high end Pentium IV chips, which are quickly approaching the per-centimeter thermal dissapation rates of a nuclear powerplant.

    It's not just dissipation, either; there's also a problem with power connections. Modern chips operate at low voltages but still consume huge amounts of power, which means that they draw very high currents. Since future chips would supposedly have even lower voltages and even higher powers, their current requirements would get truly outrageous. At some point, the chips would get to the point that they'd need to use their whole surface to conduct in all the current they need, and I've heard that they'd reach that point before they got to the point of being impossible to cool. Cutting power consumption obviously attacks both excessive current and excessive heat simulataneously, so it's the smartest solution.

    --

    There's no point in questioning authority if you aren't going to listen to the answers.

  9. Other coverage by CoderJoe · · Score: 3, Informative

    An article from The Register from this morning, also covering the new process.

  10. Re:Don't think I know that one by BoydWaters · · Score: 4, Informative

    P1265 =
    12-inch silicon wafer
    65-nm process

  11. Re:How does 'half' = 1000 times less by dancpsu · · Score: 4, Informative

    Okay, a little chip power management 101.

    First, chip power can roughly be divided into two components:

    1) Switching - When the transistor is going from high to low, or low to high

    2) Leakage - When the transistor is "off" but still letting through a little current

    Since CMOS was first put into play, two transistors per state have made things as low power as possible. The line between power and ground is controlled by two opposite mosfet trasistors, one that switches high, and the other that switches low. Since they are opposite, one of them is always "off" so that it doesn't allow current through.

    *HOWEVER* even with at least one transistor off, a little current always gets through. This is called leakage. While larger transistors only let through a little current, smaller and smaller transistors became leakier and leakier. So while earlier processors had only a little power used for leakage, according to the intel report, this has risen to 50%.

    But, you can still make those larger transistors, so you can still prevent the leakage, you just need to have them stop leakage current when you're sure that certain parts of the chip will be "off" for a while. Apparently, intel has found a way to use some architectural method to put these larger transistors in place to reduce leakage current to 1/1000th the amount it would be otherwise.

    So now the power can be reduced by nearly the entire amount of the previous leakage current, or nearly the entire 50% that leakage was taking up. In all of this, you shouldn't lose any processing power, because the frequencies are all still very fast, and even though the larger transistors take more time to switch, these will not be the ones performing your actual calculations.

    --
    "Scientists don't change their minds, they just die." -- Max Planck
  12. Re:Power??? by Monkelectric · · Score: 4, Informative
    Allow me to politely correct you. Joules is a discreet measurement of energy. 0.2389 Calories, or energy required to lift 1kg 0.1 meters.

    A watt is a joule/second. Processors do not emit energy discretly, but rather over time, therefore the appropriate measurement is a rate, thus, heat dissipation is measured in watts.

    Joule is only an appropriate measurement for discreet things ... such as, "the chemical reaction consumed 30 joules of energy."

    A good analogy would be, how many miles of gas did you use to goto work? 10 gallons ... How much fuel does your car use? 10 miles per gallon, which again, is a RATE. The answer to "how much fuel does you car use?" is not 10 gallons. Its 10 miles per gallon.

    In the same sense, a processor doesn't dissipate 30 joules of energy, it dissipates 30 joules per second, and the word for "joules per second" is WATT :)

    --

    Religion is a gateway psychosis. -- Dave Foley