Slashdot Mirror


The Secret to Tech's Next Big Breakthroughs? Stacking Chips (wsj.com)

Christopher Mims, writing for the Wall Street Journal: A funny thing is happening to the most basic building blocks of nearly all our devices. Microchips, which are usually thin and flat, are being stacked like pancakes (Editor's note: the link could be paywalled). Chip designers -- now playing with depth, not just length and width -- are discovering a variety of unexpected dividends in performance, power consumption and capabilities. Without this technology, the Apple Watch wouldn't be possible. Nor would the most advanced solid-state memory from Samsung, artificial-intelligence systems from Nvidia and Google, or Sony's crazy-fast next-gen camera. Think of this 3-D stacking as urban planning. Without it, you have sprawl -- microchips spread across circuit boards, getting farther and farther apart as more components are needed. But once you start stacking chips, you get a silicon cityscape, with everything in closer proximity.

The advantage is simple physics: When electrons have to travel long distances through copper wires, it takes more power, produces heat and reduces bandwidth. Stacked chips are more efficient, run cooler and communicate across much shorter interconnections at lightning speed, says Greg Yeric, director of future silicon technology for ARM Research, part of microchip design firm ARM.

116 comments

  1. Not really a new idea by Rick+Schumann · · Score: 4, Informative

    This was thought of a long time ago and experimented with, but the real problem with it was heat. You stack silicon on top of silicon, and there's heat build-up, and heat kills. The real 'breakthrough' and 'innovation' is being down to the 10nm scale, and other lower-power options, enabling silicon to run cooler yet at faster speeds.

    1. Re:Not really a new idea by NicknameUnavailable · · Score: 5, Informative

      This was thought of a long time ago and experimented with, but the real problem with it was heat.

      No, it wasn't. You can run them at lower power and therefore generate less heat. The issue is that lithographic techniques don't let you get more than a few layers thick before the negative f-theta lenses employed are out of focus. You end up needing nano-positioning stages along the Z-axis, which as a matter of necessity means you need nano-positioning stages along at least 3 corners of a wafer, and along the X/Y (separate from the galvanometers or nanoactuated mirrors behind the negative f-theta lens) in order to keep the wafer aligned in the plane projected by the negative f-theta lens (just forget about doing this stuff with masks without using similarly complex alignment methods on both the wafer and the mask holder.)

      The real 'breakthrough' and 'innovation' is being down to the 10nm scale, and other lower-power options, enabling silicon to run cooler yet at faster speeds.

      No, it isn't. Scaling down allows you to run at lower power for higher frequencies, but you could just as easily reduce the frequency of the chip to spend less power. You end up getting less out of it, but not in terms of FLOPS/Watt - it's just that we focus on the FLOPS aspect more than the Wattage. Scaling along the Z axis has been the issue for a long time, you just can't do it with things in the nanometer range without absurdly complex chip fabrication equipment and effectively building 1 chip at a time (with a lithographic mask you can make hundreds or thousands of ICs at the same time because the Z axis changes relatively little across the X and Y axis, but when you're talking about building a little tower suddenly you have to deal with a host of changes.) To use the building analogy: you can tilt a 1-story building 5, even 15 degrees, and still drop a rock above a room to land on the roof of that room without knowing anything beyond the X and Y coordinate of the room relative to the floorplan - if you try the same thing on the 40th floor of a skyscraper tilted at even 1 degree you aren't going to be anywhere near it, you'll just hit an exterior wall several stories down.

    2. Re: Not really a new idea by Anonymous Coward · · Score: 0

      LOL that's not it works.

    3. Re:Not really a new idea by Marxist+Hacker+42 · · Score: 1

      Yeah, just what I was thinking- Secret from 1995 maybe. I remember "upgrading" 8 bit computers this way, of course, not internal to the package.

      If you somehow could come up with good cooling in the package itself though, it would work.

      --
      SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
    4. Re:Not really a new idea by religionofpeas · · Score: 4, Informative

      The issue is that lithographic techniques don't let you get more than a few layers thick before the negative f-theta lenses employed are out of focus

      They aren't making 3D chips. They are making regular chips, and then stack the dies directly on top of each other.

    5. Re: Not really a new idea by UnknowingFool · · Score: 1

      From what I understand, there is a drawback when trying to use the smallest lithography and 3D in that 3D transistors like FinFET have been necessary for a while to combat leakage.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    6. Re:Not really a new idea by Anonymous Coward · · Score: 0

      We did this on a macro scale decades ago. You could stack DIP SRAM's and just jumper the address lines as necessary to double (or whatever) memory on a board w/o needing additional footprint. Naturally, we were at very slow clock speeds by today's standards so signal integrity wasn't as critical.

    7. Re:Not really a new idea by slickwillie · · Score: 1

      I (a software guy) brought up this idea in the late 70s to a friend in hardware (I think he was at HP at the time). He figured the problem would be heat dissipation. He wasn't a chip designer though.

    8. Re:Not really a new idea by NicknameUnavailable · · Score: 3

      You seem to have misread the comment. The issue in the past has been the actual process of making them in 3D (as opposed to heat, as the person I responded to had suggested.) I never said you couldn't stack a bunch of 2D chips manufactured separately (or in parallel, "separately" meaning "not a monolithic tower.")

    9. Re:Not really a new idea by pz · · Score: 4, Interesting

      Indeed. I spent part of my doctoral work trying to understand the heat issues and trying to come up with solutions. Fundamentally, heat extraction is a surface-area process, whereas heat generation is a bulk process. Thus as you start to increase the thickness of the material, the heat, in general, goes up with the volume, or r^3, but the cooling capacity goes up with the surface, or r^2. If you start from an approximately planar structure, for a while, this is OK, but very quickly you run into trouble. The situation does not scale indefinitely without uncontrolled temperature rise.

      One way of mitigating the issue when you are using a cooling fluid is to make the 3D structure porous, and flow the fluid through the device. We did just that. If relying on convection, you can fill the chip carrier with cooling fluid, and make a series of towers instead. We found the thermal latency was too slow for most applications in that case, but there were lots of assumptions that might have been incorrect for a specific situation.

      If you are willing to flow coolant, then the obvious way to make it scale is to create a branched structure, not unlike blood vessels, where there is a central macroscopic pump that circulates the coolant through a network of finer and finer tubes until the heat has been extracted, and then through the inverse network of thicker and thicker tubes until you get back to the pump (and external cooling mechanism). Nature has this sort of arrangement all over the place.

      My conclusion was that fundamentally 3D structures were going to have limited applicability without active cooling unless someone discovered the equivalent of room-temperature superconductivity for phonons (and thus heat) in an electrical semiconductor.

      --

      Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
    10. Re:Not really a new idea by Anonymous Coward · · Score: 0

      I remember doing similar things in the mid 80s. Stacking ROM chips was moderately popular: my microbee at the time had a ROM stack with basic, wordbee and forth selectable by a switch on the side of the case (the 5v lines were lifted and the relevant rom got power via the switch). Stacking RAM for expansion was also popular, though in that case you needed to dead-bug some decoding hardware to decode the extra address lines.

      Ah for the days when hacking involved a soldering iron and a drill ;)

    11. Re:Not really a new idea by DontBeAMoran · · Score: 1

      This was thought of a long time ago

      In 1991, to be exact.

      --
      #DeleteFacebook
    12. Re: Not really a new idea by Anonymous Coward · · Score: 0

      You seem to have misread the comment. The issue in the past has been the actual process of making them in 3D (as opposed to heat, as the person I responded to had suggested.) I never said you couldn't stack a bunch of 2D chips manufactured separately (or in parallel, "separately" meaning "not a monolithic tower.")

      Wow, in a rush to show off your 'intelligence' you managed to make a complete ass of yourself, and when pointed out you are now claiming the entire article is about something completely different?

      Just STFU, please.

    13. Re: Not really a new idea by backslashdot · · Score: 1

      I donâ(TM)t think he was trying to show off his intelligence. Anytime somebody introduces some science or engineering there is always an idiot (you, in this case) who thinks that person is showing off.

      I guess you voted for Trump?

    14. Re: Not really a new idea by NicknameUnavailable · · Score: 1

      Wow, in a rush to show off your 'intelligence' you managed to make a complete ass of yourself

      Nope, I was actually just trying to call you a fucking retard in the nicest way possible. Seems it wasn't quite direct enough, fucking retard.

    15. Re:Not really a new idea by techno-vampire · · Score: 1

      So what you're saying is, you spent part of your doctoral work rediscovering the Square-Cube Law.

      --
      Good, inexpensive web hosting
    16. Re:Not really a new idea by Anonymous Coward · · Score: 0

      His big little brother from 1986:

      http://www.tamikothiel.com/cm/

    17. Re:Not really a new idea by thegarbz · · Score: 1

      Look this entire conversation has nothing to do with lithography, and the process of making a chip stackable has always existed, they just haven't done that. No one here is talking about 3D silicon other than you.

      As for your comment about heat, that was stupid as well. Yeah scale back heat by lowering the frequency, as if what designers were really after was something that runs slower. You just traded off the one thing no one wanted to trade off and declared the problem solved. Bravo.

    18. Re:Not really a new idea by DigiShaman · · Score: 1

      Kinda reminds me of the chip in Terminator 2.

      --
      Life is not for the lazy.
    19. Re:Not really a new idea by serviscope_minor · · Score: 2

      Is it me or has slashdot got more douchebaggy recently?

      The chances are your one line comment is not as smart or insightful as the person who did a Phd in the topic. Everyone already knew about the square-cube law. It's quite clear from his post that the point was to get around it.

      --
      SJW n. One who posts facts.
    20. Re:Not really a new idea by Anonymous Coward · · Score: 0

      Anybody here know enough about the IBM main frame series 3083? (or was it the 3090?) It used water cooled stack chips as I recall. TCUs they were called.

    21. Re:Not really a new idea by 14erCleaner · · Score: 2

      The Cray-3 was using 3D chip stacking back in the early 1990's, but it was with low-integration gallium arsenide chips. Even so, the cooling was insane - immersion in a flourocarbon fluid. https://en.wikipedia.org/wiki/...

      --
      Have you read my blog lately?
    22. Re:Not really a new idea by Anonymous Coward · · Score: 0

      why are you talking about 3D litho, when the comment you responded to was about stacking two normal dies? if anyone misread something, it was you.

    23. Re:Not really a new idea by Pig+Hogger · · Score: 1

      I remember seeing about 40 years ago either in Radio Electronics or Popular Electronics instructions to make an ultra-compact multi-meter, where the DIP chips were staked together, and wires and components run on the sides of the chips stack...

    24. Re: Not really a new idea by Anonymous Coward · · Score: 0

      The point of the square-cube law is that you can not get around it. That's why its a law and not a theorem or hypothesis. About the best you can do is stick a heat spreader in the middle and go double sided with traditional 2d chips, and that is already infeasible due to surrounding circuitry complicating things (e.g. Motherboard is not a plane).

      If I'm wrong, tell me what shape has a smaller surface area per unit of volume than a sphere. ...

      No? Then your comment contributed less than GPs, which at least pointed out the "obvious" to our less educated readers.

    25. Re:Not really a new idea by drinkypoo · · Score: 1

      There's been loads of chip stacking in the past. The commonest example from back in the day is stacking DRAM chips, and the commonest example from today that people are actually familiar with is probably the Raspberry Pi. Its SoC has a DRAM chip slapped on top of it.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    26. Re:Not really a new idea by Anonymous Coward · · Score: 0

      Dude your posts on this topic are fucking fascinating. Mind = blown. Good stuff!

      The square cube law is a bummer. I recall reading that it's the reason why spiders and other things aren't larger and really can't be. The increase of their size by 2 doubles their area and triples their volume, and suddenly their ability to take in sufficient oxygen to stay alive is severely compromised.

      So the big ass spider in the LOTR movie can't exist. The universe can be a real bummer sometimes...

    27. Re: Not really a new idea by Anonymous Coward · · Score: 0

      Isotopically pure diamond

    28. Re:Not really a new idea by Anonymous Coward · · Score: 0

      what about at focusing at building better fridges instead (close to 0 degree kelvin) to house the stacked chip

    29. Re: Not really a new idea by Anonymous Coward · · Score: 0

      Go play in traffic you sanctimonious fudge packer.

    30. Re:Not really a new idea by Anonymous Coward · · Score: 0

      Exactamundo

    31. Re: Not really a new idea by Anonymous Coward · · Score: 0

      It's one thing to say "Oh hey, that's the square-cube law! Here's a link to some further reading if you haven't heard of it", and another thing to belittle someone's PhD work by being all like "Durr... that's the square-cube, how didn't you know that? I'm so much smarter than you, by the way I'm a total douchebag!" which is what was being called out. Especially from reading the post, it's pretty clear what the actual doctoral work was.

      But I have to agree, slashdot is getting a whole lot more douchebaggy lately, and a part of seems to be the lame posts that distill something complex into a one sentence soundbite so they can be all like "This is old news, I knew this already! See how smart I am!" that seem to show up on almost every story now.

  2. stack'm up.. 1st post :) by Anonymous Coward · · Score: 0

    1st 1st

    1. Re:stack'm up.. 1st post :) by Mr+D+from+63 · · Score: 4, Funny

      From what I can recall, Pringles were the first to stack chips.

    2. Re:stack'm up.. 1st post :) by Anonymous Coward · · Score: 0

      I thought casinos did it before Pringles.

    3. Re: stack'm up.. 1st post :) by Anonymous Coward · · Score: 0

      Dope.. I lost first ... 2nd 2nd 2nd

  3. Intel started it by Anonymous Coward · · Score: 0

    From what I remember years back, Intel was the one that started this revolution in general. They were the first to start thinking of chips in "3D" instead of "2D". The benefits were obvious, and the concept has been applied to other technologies in the years since.

    https://www.intel.com/content/www/us/en/silicon-innovations/revolutionary-22nm-transistor-technology-presentation.html

    1. Re:Intel started it by Anonymous Coward · · Score: 0

      Uh, yeah. That report is from 2011. IBM already had production 3D chips in 2008, and had been working on them for more than a decade by then.

  4. Benefits and drawbacks by Baron_Yam · · Score: 2

    Benefits: 3D circuits (with the extra potential complexity that implies), smaller chip for the same complexity (with reduced signal distance and heat generation)

    Drawback: Getting heat out of the chip as only the outer layers will be next to a heat sink. Then again, we're talking 3D here... maybe they'll figure out how to weave a mesh of tiny heat pipes around the circuits.

    1. Re:Benefits and drawbacks by religionofpeas · · Score: 1

      ...with the extra potential complexity that implies...

      High density routing on circuit boards is also complex.

    2. Re:Benefits and drawbacks by Anonymous Coward · · Score: 0

      Diamond heat pipes...

    3. Re:Benefits and drawbacks by Anonymous Coward · · Score: 0

      Yes, getting the heat out is a challenge; however, many processors these days (which benefit from stacked memory) are BGA packaged. Those bumps conduct heat to the PCB, which typically has a large(r) ground plane. That's your free heatsink. More so, if the device does not have a metal package, or metal tab on the top (think heat spreader on commercial processors from AMD/Intel), then the thermal conductivity is much better from the pins/bumps to the GND plane, than through the plastic package/heatsink.

      3D stacking is great technology. The key drawback here is that it's expensive. If you're building a bazillion chips, then those costs are driven down with economies of scale. With smaller production runs; not so much.

    4. Re:Benefits and drawbacks by NicknameUnavailable · · Score: 1

      Personally the big one I'm looking forward to is single-element chips, not necessarily because they will be of great use, but just because they'd be freaking cool. Aluminum for instance has p-type, n-type, insulating, and conductive crystal morphologies, all of which can be generated by the different cooling rates from a molten phase along with the peak temp while molten. Using something akin to an SLS 3D printer you could conceivably print a complete CPU out of solid Aluminum (theoretically, tuning the printer would be a fucker, it would take forever to print due to different cooling times in different voxels, and it might not actually be possible since you're likely going to get intermittent crystal morphologies with undesirable traits at the interfaces of two desirable ones.) Also, I might be thinking of Silicon instead of Aluminum, it's been years since looking into it.

    5. Re: Benefits and drawbacks by hackwrench · · Score: 1

      Quark transistors.

    6. Re:Benefits and drawbacks by Agripa · · Score: 1

      Then again, we're talking 3D here... maybe they'll figure out how to weave a mesh of tiny heat pipes around the circuits.

      Heat pipes are not as useful in this case as one might think. Heat pipes already require heat spreaders because they can only support up to a limited power/area before nucleated and then film boiling prevents the heat pipe from operating. We passed that power/area point with *one* layer of silicon several generations ago.

  5. Urban Crime by sycodon · · Score: 4, Funny

    How long until little bits of data on their Lightcycles start causing trouble?

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    1. Re:Urban Crime by Major+Blud · · Score: 1

      How long until little bits of data on their Lightcycles start causing trouble?

      End Of Line.

      --
      If you post as Anonymous Coward, don't expect a reply.
    2. Re:Urban Crime by Ryanrule · · Score: 1

      wtf is wrong with you?

    3. Re:Urban Crime by sycodon · · Score: 2

      Got a bit of a runny nose this morning.

      Thanks for asking.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    4. Re:Urban Crime by Thud457 · · Score: 1
      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    5. Re:Urban Crime by Anonymous Coward · · Score: 0

      [deep voice] "You're getting brutal, Sark - brutal and needlessly sadistic."
      [David Warner] "Thanks!."

      That movie inspired me to me piss-away an inordinate number of years doing computer graphics/animation.

  6. Not new, but hopefully ready to go. by ChodaBoyUSA · · Score: 1
  7. Not a secret by Anonymous Coward · · Score: 0

    Given that the brain is 3D, it's not much of a secret that you can get a more efficient layout in a 3D structure than you can in a 2D structure. It's why processor pins are on one side of the processor, as opposed to using side contacts.

    A 3d-processor may be a breakthrough, but it's not a secret idea.

    1. Re: Not a secret by Zero__Kelvin · · Score: 1

      Processors already have 3 dimensions actually. You are thinking of the schematics, which are a 2 dimensional representation.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    2. Re: Not a secret by Anonymous Coward · · Score: 0

      And youâ(TM)re being pedantic - because most icâ(TM)s have a 2d layout - both in physical world and in the schematic diagram.

  8. Heat by Ayano · · Score: 1

    It's more the advances in heat mitigation, this I wager will be the new bottleneck rather that chipset size.

    --
    I don't read AC
  9. BeagleBoard had this in 2008 by CaptainPhoton · · Score: 1

    Original BeagleBoard stacked the ARM MCU, the RAM, and the NAND flash in package on package (PoP):

    https://beagleboard.org/beagleboard

    1. Re:BeagleBoard had this in 2008 by Anonymous Coward · · Score: 0

      What is BeagleBoard?
      The $125 MSRP [...]

      I stopped reading right there.

    2. Re:BeagleBoard had this in 2008 by CaptainPhoton · · Score: 1

      Hi A.C.,

      It's a disservice to stop reading, as these boards can be used as reference designs and the chipsets are generally available.  The Beagle docs are a good place to learn about the PoP technology.

      You can base your own board design on one of these boards, unlike the rPI where you would never have enough quantity to procure the MCU.

      Open-source hardware such as Beagle is much more educational than an Apple watch.  The old BeagleBoard is the first place I dealt with PoP in related designs.  It's interesting how the address and data are bussed through the stack of packages and each one gets a chip select.

  10. Many issues by Anonymous Coward · · Score: 2, Insightful

    In my EE grad class in 1998, we discussed chip stacking. Given the 2D manufacturing tech at the time (where chips are designed and manufactured in 2D then cut and seated in a larger housing), the biggest issue was literally how to bridge the 3rd dimension. Any imperfection in the wafer would mean an uneven seat when stacked. You have heat dissipation issues, which means a limitation in clock speed. And the simple act of aligning the layers at nm distances wasn't possible at the time. To get around this, you design a larger contact pad to allow for misalignment. The problem then was what happens when you have large plates in electric fields? That's right, capacitance, which screws up the expected voltage and creates resonance. It would revolutionize the industry, but there are a ton of technical issues to overcome.

    1. Re:Many issues by Tx · · Score: 0

      It would revolutionize the industry, but there are a ton of technical issues to overcome.

      Well, since it appears to be being done right now, presumably technology has moved on since your EE grad class in 1988?

      --
      Oh no... it's the future.
    2. Re:Many issues by Anonymous Coward · · Score: 0

      In my EE grad class in 1998, we discussed chip stacking. Given the 2D manufacturing tech at the time (where chips are designed and manufactured in 2D then cut and seated in a larger housing), the biggest issue was literally how to bridge the 3rd dimension. Any imperfection in the wafer would mean an uneven seat when stacked. You have heat dissipation issues, which means a limitation in clock speed. And the simple act of aligning the layers at nm distances wasn't possible at the time. To get around this, you design a larger contact pad to allow for misalignment. The problem then was what happens when you have large plates in electric fields? That's right, capacitance, which screws up the expected voltage and creates resonance. It would revolutionize the industry, but there are a ton of technical issues to overcome.

      gosh maybe you should tell the raspberry pi folks that all of their work is garbage,

      maybe you might want to look and see that there already many millions of devices out there with stacked chips

      or maybe you can pretend that it's still 1998 and go from there

    3. Re:Many issues by religionofpeas · · Score: 3, Interesting

      Here's an image:
      http://electronicpackaging.asm...

      As you can see, there's no need for nanometer alignment. Small imperfections aren't a problem either.

    4. Re:Many issues by Hal_Porter · · Score: 1

      Even the humble MicroSDXC card uses 16 stacked dies. And have done since 2014

      https://arstechnica.com/gadget...

      To boost capacity, SanDisk said in a statement that it had "developed an innovative proprietary technique that allows for 16 memory die to be vertically stacked," and each memory die is "shaved to be thinner than a strand of hair." The new card will be available exclusively through Amazon.com and BestBuy.com initially, and as a Class 10 SD card it offers minimum read and write speeds of 10 megabytes per second. This should be sufficient for recording 1080p video, according to the SD Association's speed ratings.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    5. Re:Many issues by Mr+D+from+63 · · Score: 1

      It would revolutionize the industry, but there are a ton of technical issues to overcome.

      Well, since it appears to be being done right now, presumably technology has moved on since your EE grad class in 1988?

      Since he never said anything to the contrary, presumably you were more interested in trying to sound superior rather than learning about the past challenges from those who lived them.

  11. A good reason agaisnt stacking : heat by aepervius · · Score: 1

    If they solved the problem of the middle slice of the pancake having more heat than it should, 3D chip are a good solution. Plus it is easier by order of magnitude to do flat chip. So price factors in.

    --
    C. Sagan : A demon haunted world:
    http://www.amazon.com/gp/product/0345409469/
    visit randi.org
    1. Re:A good reason agaisnt stacking : heat by religionofpeas · · Score: 1

      There are plenty of applications where the chips are already very low power, so stacking doesn't cause heat problems.

    2. Re:A good reason agaisnt stacking : heat by NicknameUnavailable · · Score: 0

      Heat is only an issue when you are pressing the chips beyond the natural resonance of their topological structures - as most CPUs and GPUs do to attain higher throughput. When driven at resonance it takes practically no wattage to drive a chip - they could run on static if you built them well enough. CPUs and GPUs are basically space heaters which do some calculations, the calculation part isn't what causes heat but the part where you run them way faster than the hardware wants to run, the part where your tolerances are so wide that you need to overpower the noise of surrounding traces, and the part where you want to get in and out of the chip. Internally to the chip you could conceivably run the things on ambient heat (not that we know how to engineer quite that well.)

    3. Re:A good reason agaisnt stacking : heat by Anonymous Coward · · Score: 0

      MOSFET and bipolar junction transistor power consumption has nothing to do with "natural resonance of topological structures" and everything to do with how quickly the transistor junction can be switched from one state to another. Sure, you can run transistor at zero watts if you can figure out a way to teleport electrons from one side of a junction to another instantly and for zero watts. Here in the real world it takes a few picoseconds and a tiny fraction of an ampere and a certain voltage level to do that.

      Maybe go back to the car forums trolling people with "Detroit is hiding a 200 mile-per-gallon carburetor from us poor folk" instead.

  12. looks familiar by Ubi_NL · · Score: 2

    Isn't that the magical breakthrough that made cyberdyne so much money?
    https://i.ytimg.com/vi/DGQlYCFT7d0/maxresdefault.jpg

    --

    If an experiment works, something has gone wrong.
    1. Re:looks familiar by DontBeAMoran · · Score: 1

      "T800 brain chip, edition number 171, Asian Edition"

      Wow. Even the machines are racist.

      --
      #DeleteFacebook
    2. Re:looks familiar by Anonymous Coward · · Score: 0

      If we all kneel when the Terminators come for us, they will feel bad and leave.

    3. Re:looks familiar by Anonymous Coward · · Score: 0

      Looks like the T800 could be related to the Cray 3:

      http://bobodyne.com/web-docs/robots/cray3/index.html

  13. Crystals are the future by Spy+Handler · · Score: 1

    Memory crystals, full 3-D storage. The Future. You heard it here first.

    1. Re:Crystals are the future by Anonymous Coward · · Score: 0

      It's all ball bearings now. Maybe you need a refresher course.

  14. It's The Law by Anonymous Coward · · Score: 0

    Moore's Law continues undaunted.
    (Actually, circuits that turn heat into electricity are easily found in camping coolers that plug into dashboard power. The trick is to reduce them to fit as cooling layers in the chip. Some good work has already been done but the materials do not bond well with silicon. Once they realize that they can act as physical heat pipes and can figure a substance to have a connecting heat sink interact and attach to both the heat pipe material and the silicon, we will have internal chip cooling.) However, the disruptive element is not the size of the chip, nor even the power level, but the level of complexity and capability of the smaller CPU and smaller RAM and EPROM in the pipeline that will allow tiny objects to offer near-AI levels of computational autonomy and evaluation. What will they be used for will be determined later. Just as the defense department's Internet became the world's platform for commerce and communication, and smartphones became the platform for Uber and Lyft -type services, so the AI on a chip will allow new services to emerge. The future is always unexpected.

  15. Cray made it work by swschrad · · Score: 1

    this was how the processors in the X-MP were made... two chips stacked. ran into a former Chippewa Falls worker, 2000-ish, who had a dud he's kept in a matchbox. I touched it. and it didn't file any charges....

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
    1. Re:Cray made it work by Anonymous Coward · · Score: 1

      Cray T90 ... the original package on package memory system? (More than 20 years ago.)

      http://img.hexus.net/v2/features/armarivisit/images/t90_system_board_big.jpg

      The memory module uses stacks of 20 IC packages * two stacks per array * 16 arrays = 640 physical memory ICs per module. They solved the heat problem with Fluorinert liquid immersion cooling ;-)

  16. nothing special by Anonymous Coward · · Score: 0

    Original BeagleBoard stacked the ARM MCU, the RAM, and the NAND flash in package on package (PoP):

    https://beagleboard.org/beagleboard

    they just picked parts from the standard catalog and made a board

    the parts they picked were POP

    honestly do you think the beagleboard people have done spectacular things by finding parts in the catalog

    try again when you have something actual

    1. Re:nothing special by CaptainPhoton · · Score: 1

      Hi A.C.,

      That's my whole point, the article says that the chip stacking is the next best thing, but the tech has been around for 10 yrs!  I posted the example of the Beagle as a old hobby board incorporating the tech from last decade.

      For something "spectacular" in the Beagle eco-system of boards, check out this recent System in Package being used in some Beagle's:

      http://octavosystems.com/octavo_products/osd335x/

  17. Electrons don't travel longer distances by Anonymous Coward · · Score: 1

    Your physics teacher once explained this to you by pointing out that water molecules don't need to travel from the faucet all the way through the hose for water to come out when you open the faucet. The molecules that enter the hose push the molecules that are already in there out the other end almost instantly. The drift velocity of electrons is on the order of millimeters per hour. The signal however travels as a wave at roughly 200000 kilometers per second, two thirds of the speed of light in vacuum.

  18. still recall articles in the 80s by WindBourne · · Score: 1

    Seriously, R&D on this has been ongoing since at LEAST the 80s and more likely the 70s.
    One of the bigger issues is that surface area to volume really drops, so will likely have multiple heat sinks with microtubes built in between chips to carry off heat.

    --
    I prefer the "u" in honour as it seems to be missing these days.
    1. Re:still recall articles in the 80s by religionofpeas · · Score: 1

      One of the bigger issues is that surface area to volume really drops

      You can make plenty of useful applications by stacking 2 or 3 layers, for instance stacking RAM and Flash on top of a CPU to take advantage of wide buses, and different technologies. Think smart phones and low power gadgets, not stacking a dozen i7 CPUs on top of each other.

    2. Re:still recall articles in the 80s by WindBourne · · Score: 1

      yeah, I have thought that a nice IO chip would be perfect for this. USB and Ethernet do not generate lots of heat, though that would be 1G and under.
      In fact, if done up right, a small chip with CPU/ram could serve as buffering with wifi, USB, Ethernet, SATA, SCSI, etc.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    3. Re:still recall articles in the 80s by Anonymous Coward · · Score: 0

      Wasn't that just one month ;)

  19. Not that New by Anonymous Coward · · Score: 0

    Stacking dies is not a new concept. It isn't even new practice. Apple has been doing this with their mobile processor SoC (A8, A9, etc.) for years. (And they were hardly the first to do this.) The processor die is the bottom of the stack. The RAM die is stacked on top. This works out pretty well, since hardly any of the "pins" for the RAM need to be broken out of the package - nearly all of them go to the processor, so the finished package can actually have fewer pins overall than a standalone processor.

    1. Re:Not that New by Hal_Porter · · Score: 1

      Mobile SOCs have been stacked package on package for ages.

      https://en.wikipedia.org/wiki/...

      The Apple A8 is a package on package (PoP) 64-bit system-on-a-chip (SoC) designed by Apple and manufactured by TSMC.

      Package on Package, as the name suggests, is stacking packaged chips. There's a good diagram here

      https://en.wikipedia.org/wiki/...

      Something like a MicroSDXC chip is bare dies stacked together. Good photo of the die stack.

      https://www.anandtech.com/show...

      While SanDisk didn't release any details of the internals, it's pretty safe to assume that the 512GB Extreme PRO consists of 32 x 128Gbit (16GB) dies. The photo above is from SanDisk's 2014 Investor Day presentation where the company claimed that it has the technology for a 32-die SDXC card and with the Extreme PRO the technology has made it into the retail. Since SanDisk/Toshiba doesn't have a 256Gbit NAND die (nobody has one in mass production yet), the only way to achieve 512GB is through a 32-die stack. SanDisk hasn't specified whether the NAND is MLC or TLC, but given that it is a high-end product I'm guessing it is MLC based.

      NAND flash chips do it too

      https://www.pcper.com/reviews/...

      This prototype Toshiba flash part has 16 (!) layers of 32 Gbit 34nm flash, adding up to a whopping 64GB in a single package.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  20. Mirror to avoid paywall by Hal_Porter · · Score: 3, Informative

    https://archive.fo/Af3EZ

    By Christopher Mims
    Nov. 19, 2017 9:00 a.m. ET

    A funny thing is happening to the most basic building blocks of nearly all our devices. Microchips, which are usually thin and flat, are being stacked like pancakes.

    Chip designers-now playing with depth, not just length and width-are discovering a variety of unexpected dividends in performance, power consumption and capabilities.

    Without this technology, the Apple Watch wouldn't be possible. Nor would the most advanced solid-state memory from Samsung, artificial-intelligence systems from Nvidia and Google, or Sony's crazy-fast next-gen camera.

    Think of this 3-D stacking as urban planning. Without it, you have sprawl-microchips spread across circuit boards, getting farther and farther apart as more components are needed. But once you start stacking chips, you get a silicon cityscape, with everything in closer proximity.

    The advantage is simple physics: When electrons have to travel long distances through copper wires, it takes more power, produces heat and reduces bandwidth. Stacked chips are more efficient, run cooler and communicate across much shorter interconnections at lightning speed, says Greg Yeric, director of future silicon technology for ARM Research, part of microchip design firm ARM.

    While the principles that underlie 3-D microchips are straightforward, making them is anything but. First proposed in the 1960s, the technology has sporadically appeared in high-end applications, such as military hardware, Mr. Yeric says.

    But stacked-chip offerings from most major chipmakers-AMD, Intel, Apple, Samsung and Nvidia-plus smaller, specialized companies like Xilinx, have been around only five years or so, says Sinjin Dixon-Warren, an analyst at microchip research firm TechInsights. What changed? Engineers started running out of other ways to squeeze more performance out of microchips.

    Stacked chips are frequently part of a "package" of other scrunched-together chips. In addition to saving space, this lets makers create many different chips-with different manufacturing processes-and then more or less literally glue them all together. The "3-D system in package" approach contrasts with the "system on a chip" approach frequently used in mobile phones, where all the different components of the phone are etched on a single piece of silicon.

    One of the most advanced 3-D chip packages has powered the Apple Watch since its introduction, Mr. Dixon-Warren says. Thirty different chips are hermetically sealed inside a plastic envelope. To save space, memory is stacked on top of the logic circuit, he says. The watch couldn't be so compact without chip stacking.

    But where Apple's chips are stacked only two stories high, Samsung has produced a veritable silicon high-rise. Samsung's V-NAND flash memory, used for storing data in phones, cameras and laptops, has 64 chips placed one atop the other. Samsung just announced that a future version will have 96 layers.

    Nvidia's Volta microprocessors are built for artificial intelligence, with up to eight layers of high-bandwidth memory stacked onto the GPU. Shown, Nvidia chips exhibited at the Computex show in Taipei in May.

    Memory is a natural application for chip-stacking technology, since it solves a problem that has long plagued chip designers: Adding more cores to anything from an iPad to a supercomputer didn't translate to hoped-for speed gains because of the communications lag between logic circuits and the memory they need to do their jobs. Sticking memory right on top of chips allows for many more short connections between the two.

    That's how Nvidia's built-for-AI Volta microprocessors work, says Brian Kelleher, the company's senior vice president of hardware engineering. By stacking up to eight layers of high-bandwidth memory directly on top of the GPU, these chips are breaking records in processing efficiency.

    "We are power-limited," says Mr. Kelleher, referring to the amount of

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  21. How the fuck is that a big breakthrough? by DontBeAMoran · · Score: 1

    People have been doing that for a while now.

    --
    #DeleteFacebook
    1. Re:How the fuck is that a big breakthrough? by thegarbz · · Score: 1

      If you subscribed to the WSJ you'd realise that the result is absolutely nothing like that garbage you just posted.

    2. Re:How the fuck is that a big breakthrough? by DontBeAMoran · · Score: 1

      If you'd think about it for more than one millisecond before replying, you'd see that I was kidding.

      --
      #DeleteFacebook
    3. Re:How the fuck is that a big breakthrough? by thegarbz · · Score: 1

      Actually all I see is an ignorant statement. There are no queues outside of your language because this is a written forum, nor any indication inside the language that would tip the scales between a balance of facetious and ignorant. This being Slashdot I'm now defaulting to the latter.

      I know emoticons aren't trendy on Slashdot, but send us a smiley if you won't want to be misunderstood next time :-)

    4. Re:How the fuck is that a big breakthrough? by DontBeAMoran · · Score: 1

      Most of my posts are stupid crap like this, though. My username, based on this guy should have been a hint. Even Weird Al Yankovic knows about this guy.

      --
      #DeleteFacebook
    5. Re:How the fuck is that a big breakthrough? by thegarbz · · Score: 1

      I know, but every so often I think you may be trying to be serious. I promise it won't happen again :-)

  22. PoP by bugs2squash · · Score: 1

    One simple step that could happen today is making some additional clearance under a BGA to allow capacitors to be placed under part of the package close to the power pins that seem more often than not to be centrally clustered. Or maybe, add capacitors to the underside of the package interleaved between the appropriate pins so the whole assembly can be installed in one go and not need capacitors on the flipside of the board.

    --
    Nullius in verba
    1. Re:PoP by religionofpeas · · Score: 1

      How about components embedded inside the PCB ?

      https://www.electronicproducts...

    2. Re:PoP by bugs2squash · · Score: 1

      so the copper core solder balls act as a stand-off... that is pretty cool. I wonder what production difficulties that introduces. I can imagine the bga packages just rolling around all over the place when the solder is flowed or the board suffering from thermal stresses over its life. I wonder if a standard BGA can be re-balled with them easily.

      --
      Nullius in verba
  23. Yet one more step closer by neo-mkrey · · Score: 0

    to Skynet and Judgement Day.

  24. IOW by Anonymous Coward · · Score: 0

    Slashdot writers discover PoP.

  25. Oh, for fuck sakes! by mark-t · · Score: 1

    Seriously, they always knew that this would be far more practical in terms of power and efficiency for silicon based circuits than putting everything on a flat die. The reason they didn't do so wasn't because they didn't know it would be any better, it was because it wasn't really feasible from a cost-gain perspective.

    I asked my shop teacher in school during an section on electronics about this back in the 1980's, and he told me back then that the only reason they didn't already make 3d integrated circuits isn't because we can't really do it , but because the technology to do it properly was typically prohibitively expensive for mass production, but even then, there was no theoretical reason it couldn't be done if money was no object.

    As technology improved, the cost came down, I guess. I'm not surprised.

  26. new eh by bobmajdakjr · · Score: 1

    wasnt it one of the 386 486 586 sx dx whatever chips that you would upgrade by literally jamming another chip on top? i was little but to this day rememeber my dad lolling about it.

    1. Re:new eh by Baron_Yam · · Score: 1

      >wasnt it one of the 386 486 586 sx dx whatever chips that you would upgrade by literally jamming another chip on top?

      If I recall correctly, the 386sx was internally 32 bit but had an external 16bit bus, while the 486sx had a disabled or missing FPU. The dx variants were the ones that didn't have those limitations.

      So far as I know, neither was upgradable by sticking another chip on top... though some motherboards would allow the CPU to be completely replaced.

    2. Re: new eh by Anonymous Coward · · Score: 0

      It wasn't really an upgrade.

      The "co" processor disabled the original cpu and just sat on top of it. You could have removed the original and just used the "co" processor, but zif sockets and the like weren't a big thing then.

    3. Re: new eh by bobmajdakjr · · Score: 1

      ah cool. i was little then and the search about stacking chips wasnt very clear. thanks for the infos!

  27. Blah Blah Blah... Nothing by Anonymous Coward · · Score: 0

    The GP is correct and you merely attempted to overwhelm with verbiage.

    3-D construction of chip stacks is going to be wonderful, huge and will help alleviate the breakdown of Dennard Scaling. However heat dissipation is a major challenge because you cannot merely slap a cooling plate on it and you're done. Heat management is going to have to be integral to any 3-D stack.

    IBM publicized that they had invented a silicon system that allowed circuits and fluid channels to co-exist, on the same wafer. You can also imagine heat pipes, or integrated heat sinks, or other schemes to draw heat out of the stack.

    1. Re:Blah Blah Blah... Nothing by NicknameUnavailable · · Score: 1

      It might be worthwhile for you to re-read the comment. If you still can't follow along and understand the context in which it was written, please refer to this comment.

    2. Re:Blah Blah Blah... Nothing by Anonymous Coward · · Score: 0

      You are carrying on about lithographic restrictions which is merely one way of constructing a 3-D stack. And in so doing you limit yourself, you wind up blathering on about a problem that is most usefully circumvented entirely, and it lets you use lots of big words in long sentences.

      None of that makes you correct, insightful, or wise.

      Heat management is the most important issue in 3-D stacking. Everything else is Monday Morning Quarterbacking.

  28. "Next"? Welcome to 2008. Nine years ago. by Anonymous Coward · · Score: 0

    This is currently in large scale production as High Bandwidth Memory on AMD graphics cards, and a close relative is the package on package memories used in Raspberry Pi. Other examples include Hybrid Memory Cube. The next logical step is indeed moving more logic closer to these dies, as the controller die is overly simplistic in a HBM stack (the HMC ones are only slightly smarter). Long before that we had DIPs and coprocessors mounted in piggyback configuration.

  29. Raspberry Pi by Pezbian · · Score: 1

    That's a stacker. I believe earlier stuff like the BeagleBoard was as well.

    --
    In a world of the blind, the one-eyed man is king--and the two-eyed man is a heretic.
  30. So Last Century!!! by Anonymous Coward · · Score: 0

    AMD was offered this in 1992 and dismissed it for all the reasons given as advantages, except as opposites: They would run hotter, they would have very poor heat dissipation, the die interconnects were not possible, et cetera.

    AMD contractually released all interest in the technology in 1994.

    The original document, as offered to AMD, still exists. If the author could be persuaded, it might be published.

  31. non-paywalled site by fredex · · Score: 1

    https://www.investorvillage.com/smbd.asp?mb=2287&mn=125&pt=msg&mid=17719312

  32. Xeon Phi - done this for years by Anonymous Coward · · Score: 0

    The EDRAM die on the Xeon Phi package are stacked four deep. This has been going on since at least 2005. The flash that Intel uses in SSD caches also has stacked die. How did the author not discover this during research?

  33. Insightful WSJ decades out of date, again. by Darkness+Of+Course · · Score: 1

    I realize the WSJ hires people. And people post articles on /. to be read by even more people.

    But the /. people have known about chip stacking for decades. Granted it has been very difficult to do previously. But so were nanometer chips back when nobody had a process that was less than a micron. No doubt WSJ will want to let their readers know the micron barrier was finally breached.

    WSJ and timely, accurate articles about the electronics, fab processing, computer industries are fantasies. They have never happened in my reading of them. Which is why I quit them.

  34. We did this in the '80s by chaoskitty · · Score: 1

    Take eight 64k x 1 memory chips, stack them, solder all pins together except for the data pin, then run a wire from each data pin, and you've just made a 64k x 8 memory module. Nothing new about this.

  35. Faggot please. by Anonymous Coward · · Score: 0

    GTFO here