Slashdot Mirror


IBM Heralds 3-D Chip Breakthrough

David Kesmodel from WSJ writes to let us know about an IBM breakthrough: a practical three-dimensional semiconductor chip that can be stacked on top of another electronic device in a vertical configuration. Chip makers have worked for years to develop ways to connect one type of chip to another vertically to reduce size and power use. The IBM technique of "through-silicon vias" offers a thousand-fold reduction in connector length and a hundred-fold increase in connector density. The new chips may appear in cellphones and other communication devices as soon as next year. PhysOrg has more details.

16 of 99 comments (clear)

  1. More information by karvind · · Score: 4, Informative
    As article says they had been working on it for a long time, they had published few details before.

    http://www.research.ibm.com/journal/rd/504/topol.h tml

    http://domino.watson.ibm.com/comm/pr.nsf/pages/new s.20021111_3d_ic.html

  2. I wonder how they will cool this? by LiquidCoooled · · Score: 4, Interesting

    Surely they need to cool the components in the middle of the stack?
    Unless they decide to leave some of the holes open then anything in the middle is going to overheat?

    I always imagined this kind of tech running on some kind of multi layered wire fence with plenty of room for cooling.

    Incidentally, didn't Hitachi beat them to the whole 3d element thing?
    http://www.hitachigst.com/hdd/research/recording_h ead/pr/PerpendicularAnimation.html

    --
    liqbase :: faster than paper
    1. Re:I wonder how they will cool this? by UnknowingFool · · Score: 3, Funny

      Tubes! Everything else seems to run on tubes.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    2. Re:I wonder how they will cool this? by s-gen · · Score: 3, Interesting

      It looks like they might be planning to pump liquid between the layers:

      http://www.zurich.ibm.com/st/cooling/integrated.ht ml

    3. Re:I wonder how they will cool this? by SQL+Error · · Score: 4, Informative

      You wouldn't be able to stack multiple desktop CPUs, because it would generate too much heat. But you could stack a CPU on top of its own level 2 cache instead of next to it, making for shorter wires and a faster chip. Or stack a GPU on top of DRAM, so that you could have a 2048-bit bus instead of 256-bit.

      Then they just rely on the upper layer to conduct enough heat to keep the low layers cool.

    4. Re:I wonder how they will cool this? by duncanFrance · · Score: 5, Informative

      There are some thermal advantages to this sort of interconnect. Since it keeps the wirelength short it means the drivers don't have to be so powerful. Hence a fair amount less heat will be generated. Driving any amount of capacitance at GHz speeds wastes shed-loads of power.

      Average power dissipated = V*V * f * C

      So reducing V obviously makes a big difference (hence partly why operating voltages of ICs decrease with frequency), but getting C down will help also.

  3. What?????? by Xinef+Jyinaer · · Score: 5, Funny

    The chips didn't exist as 3-D objects prior to this? Infact, wouldn't a chip that only exists in two dimensions be much more difficult to make?

    --
    Some days I just get bored and Troll post all the memes I can think of...
    1. Re:What?????? by pintpusher · · Score: 3, Funny

      And then we could invest that saved space to make more space!!!!@!1!11!1

      --
      man, I feel like mold.
  4. They told us not to ask where they got it. by illegalcortex · · Score: 4, Funny

    It was scary stuff, radically advanced. It was shattered... didn't work. But it gave us ideas. It took us in new directions... things we would never have thought of. All this work is based on it.

  5. Re:Very nice, but... by stevesliva · · Score: 3, Interesting

    otherwise it's back to square one with a circuit board that has to pick up the lines and reroute them to other components, and the advantage of this technology would be zilch.
    There is no implied change in the chip packaging that is the interface to a circuit board. There are already plenty of packages that have two chip dice side-by-side. This will just stack the dice on top of each other within the package.
    --
    Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
  6. New Operating System Required For 3d chips by crea5e · · Score: 5, Funny

    LEG-OS. 64 block architecture. Also themeable for star wars and lord of the ring fanboys.

  7. Well by ShooterNeo · · Score: 4, Informative

    This is it. Maybe. Possibly major problems with heat dissipation. However, there are some massive advantages :

    1. One tradeoff IC designers always face is that the fastest, lowest latency access is always to on-die components. On-Die memory (cache) is almost ALWAYS faster, coprocessor interconnects (like for dual core) are far quicker, ect. With any given level of state of the art, you can get a much higher clock signal over itsy bitty paths on silicon from one side of the chip to the other than going out to big, clunky, exremely long wires.

    2. The tradeoff is that a bigger chip radically reduces yields : the chance of a defect causing a chip to be bad goes up with the square of the number of gates.

    3. This technology allows one to use multiple dies, and to interconnect them later. There's just one problem.

    HEAT DISSIPATION. A 3d chip will of course have it's heating per square centimeter multiplied by the number of layers. The obvious solution, internal heatpipes, has not yet been shown to be manufacturable.

    Hence TFA mentioning use in devices such as cell phones, where bleeding edge high wattage performance is not a factor.

  8. Re:Very nice, but... by MightyYar · · Score: 3, Informative

    Die shrinks happen way to quickly to establish standards. Most manufacturers don't even try to match up substrates with chips - they just use a wire bonder. Only packages with specialized requirements keep the substrate and chip matched up so that they can use flip-chip or some other interconnect process... inkjet heads still use tab bonding, for instance.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  9. I've seen this before... by Yvan256 · · Score: 3, Funny

    To further increase R&D of this new 3D chip technology, IBM will be launching a new company called Cyberdyne Systems Corporation.

  10. Re:No more planar graphs! by RuleBritannia · · Score: 3, Informative

    You appear to be under the misapprehension that VLSI designs are planar graphs. The place and route tools used to move from RTL to GDSII layouts make assumptions (depending upon the manufacturing process) of anywhere between 4 and 20 metal layers.

    The technology described in the article is exciting but not novel... academics has been exploring memory hierachies, hardware dynamic thread scheduling, and introspective debug solutions for some years.

    For reference... Last years ASPLOS (06) conference includes 2 papers with disruptive 3D stacking technologies.

    PICOSERVER: USING 3D STACKING TECHNOLOGY TO ENABLE A COMPACT ENERGY EFFICIENT CHIP MULTIPROCESSOR.
    Joint paper between Univ. of Mich. and ARM which shows how 3D stacking of DRAM dies (which have difference process req. to logic)on top of logic can radically reduce power, increase memory bandwidth and save area (since L2 cache becomes unnecessary)

    INTROSPECTIVE 3D CHIPS.
    UC Santa Barbara group show that 3D stacking allows the inclusion of a host of dynamic debug features which allow monitoring of the processor pipeline - without adding cost to the production version of the chip.

    So... not just cool, super cool , but fundamental challenges remain, chiefly - can we achieve reliable interconnects between thousands of die-to-die vias (with the implication that if you bugger it up, both dies are useless), secondly, can we develop better wafer level testing so we don't end up going through the expensive stacking process with duff dies. Thirdly, better tools for modelling heat dissipation in such stacks is needed if they are going to be reliable in every-day use.

    Kind Regards
  11. Too hot? Wear a sweater. by epine · · Score: 3, Insightful


    Quite funny to perfect this now, with thermal considerations already dominating chip design costs. A nice little bit of space saving if it pans out for the super-compact, low-power cellphone market. For any other application, pretty much worthless. It might have some applications at the high end to increase supercompting bandwidth for systems where the half the cost is the cooling system. After the planet runs out of refinable bauxite, some prime locations with fat connections to the hydro grid would become available for server centers based on this technology.