Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Data Storage Hardware

New Manufacturing Technology Enables Vertical 3D Transistors 75

MrSeb writes "Applied Materials has taken the wraps off a new etching system meant to turn vertically stacked, three-dimensional transistors from lab experiments into commercial reality. The new Centura Avatar solves multiple problems facing manufacturers who are interested in 3D NAND but find their current equipment not up to the task of actually building it. According to the folks at Applied Materials, trying to build 3D NAND structures in real life would be like trying to dig a one-kilometer-deep, three-kilometer-long trench with walls exactly three meters apart, through interleaved rock strata — and that's before we discuss gate trenches or the staircases. While this machine specifically targets 3D NAND today, a number of the challenges to scaling flash memory apply to scaling CPU logic as well. As for when 3D chips will be available for commercial purchase, Applied Materials was vague on that point, but personally I would expect to see companies adopting the new etch equipment in the next few years."
This discussion has been archived. No new comments can be posted.

New Manufacturing Technology Enables Vertical 3D Transistors

Comments Filter:
  • 1. When will this be in consumer product use?
    2. How will this change the price per GB?

    • 1. Random ballpark guess, I'd say 5 years, and it will probably be extremely expensive then (likely for enterprise and professionals who need extremely high density NAND).
      2. It probably won't, not for a while anyways. It should allow much (much) higher density, but only after they start mass producing it. So, don't expect to be buying 1TB flash cards for $100 anytime soon. It will also almost certainly have major reliability issues for a long time to come, due to the difficulties with the process. Seriousl

      • Re: (Score:3, Insightful)

        by KingMotley ( 944240 )

        I would think this tech will come sooner, and while expensive, it should also increase performance while increasing density. Shorter traces = faster signals and less problems trying to coordinate synchronization between multiple paths since the difference between longest and shortest traces is reduced.

        • by dbIII ( 701233 )
          Most of the expense now is the cost of the silicon wafer (although that is decreasing very rapidly). Using less wafer area has an obvious cost benefit unless the price of multiple layers of material plated on top is high.
      • by marcosdumay ( 620877 ) <marcosdumay@gma[ ]com ['il.' in gap]> on Wednesday June 27, 2012 @05:02PM (#40472065) Homepage Journal

        1. Random ballpark guess, I'd say 5 years

        Five years are barely enough to get a small modification of a process from a research fab to a real one, if it works flawlessly. A couple more years are typical for technologies that don't work flawlessly at the first try. This process needs an antire new fab, with much more layers than normaly available, and their special etching tech. I wouldn't expect it to get mainstream soon.

      • Why would you expect reliability issues? it's not as if things like thermal stress and diffusion rates can't be calculated. What sort of issues do you expect to show up?
  • The next six months will be crucial to the development of this technology.

  • oh really? (Score:5, Funny)

    by Anonymous Coward on Wednesday June 27, 2012 @04:15PM (#40471547)

    "would be like trying to dig a one-kilometer-deep, three-kilometer-long trench with walls exactly three meters apart, through interleaved rock strata..."

    No problem dudes, let me fire up Minecraft and I'll show you how its done!

    • You hit bedrock at about fourty meters below ground.
    • by dgatwood ( 11270 )

      Step 1: Manufacture a diamond-tipped rotary saw blade three meters thick and approximately one kilometer in radius.

      Step 2: Purchase a used generator from a hydroelectric plant and wire it up as a motor.

      Step 3: Purchase all the power from an active hydroelectric plant.

      Step 4: Throw the switch and run like hell.

  • by v1 ( 525388 ) on Wednesday June 27, 2012 @04:19PM (#40471593) Homepage Journal

    I foresee this going at about the pace that perpendicular recording did with hard drives. Remember how we heard about this whiz-bang great new idea years ago, and look how long it took to actually come to the practical market.

    But now it's ubiquitous. So I suppose the same will happen with the chip. And I can see this dealing a crushing blow to the already hurting spinning disc hard drives with them being able to vastly increase flash storage density.

    • Crushing blow? Won't the read/write limit associated with flash prevent it from eliminating disks?
      • Hard drives eventually fail as well. The problem is that current flash memory tends to fail an order of magnitude faster than disks (that's just a rough figure, depends heavily on the specifics of the particular technology being used).

        But this is purely a reliability issue with relatively new technology. They're still figuring out all the oddities, and also (I believe) making a slight trade-off between reliability and storage density.

        Eventually, the failure rates will decrease to the point that flash memory

        • by MobyDisk ( 75490 )

          I have yet to see a satisfactory analysis of this. Everything I read in the product literature indicates that they have more than enough lifetime. The engineering articles indicate that even if they were to fail prematurely, it would result in a read-only disk. Yet every real-world report on these drives is that the entire contents of the drive suddenly vanishes, or the drive cannot be recognized at all.

          Either the users are exaggerating the error reports, or lying; or the engineers and product literature

          • by Jeng ( 926980 )

            Perhaps the actual storage chips have that much of a lifetime, but the supporting architecture may not?

            • It is painfully obvious that the flash itself remains readable when the write limits are reached.. anyone that says different is extremely ignorant of the subject.

              The SSD's that are failing rapidly are not doing so because the flash has reached its erase limits. They are doing so because something else is breaking, and this is immediately obvious when several different companies produce SSD's using flash chips from the same source (in particular, Intel or Sandisk) but have drastically different first-year
              • um... with most OS's, if a drive suddenly stops allowing you to write to it, it's dead to the OS. I'm sure that if you're technically savvy enough you can extract data from it. But try booting windows off a read-only drive that randomly stopped allowing writes the last time the OS was running. You aren't going to get very far, and I think the majority of people would consider that a dead drive.
                • by Jeremi ( 14640 )

                  But try booting windows off a read-only drive that randomly stopped allowing writes the last time the OS was running. You aren't going to get very far, and I think the majority of people would consider that a dead drive.

                  I'd consider that a poorly designed OS. What is it that absolutely positively has to be written to the hard drive as part of the boot process?

                  • by Jeng ( 926980 )

                    I seem to recall booting a computer with no hard drive using a Knoppix disk.

                • What the hell are you talking about?

                  Did you honestly think the actual claim was that you could go on using the unwritable drive as if nothing happened? Thats essentially the straw man you seem to be fighting.
          • by Anonymous Coward on Wednesday June 27, 2012 @07:31PM (#40473529)

            You have to understand that inside one of these "drives" is really a computer with a CPU running embedded software, I/O controllers talking to the SATA host bus, large RAM for buffering data, and a lower level flash interface to manipulate the actual flash storage. The device is then implementing a kind of filesystem on top of the raw flash, keeping track of free/erased flash blocks, wear levels, and the logical mapping to SATA block addresses.

            The entire contents disappearing is not due to flash memory losing all its state at once. It is due to buggy firmware on these "drives" crapping itself and corrupting its own filesystem metadata. This is likely due to it not doing safe journaling, e.g. it performs unsafe flash write sequences that leave flash in an unexpected state if they are interrupted due to power loss or firmware bugs/resets. This is a bit like our old filesystems before they did journaled metadata for crash recovery.

            I wish manufacturers would expose the flash storage and allow the OS to manage this layer, but they're too busy profiting from the illusion of firmware as just another part of the hardware. Everything seems to be trending towards more elaborate embedded software that we cannot review or maintain separately from the devices containing it, forcing artificial lifetime limits on the products.

            • by Chirs ( 87576 )

              I wish manufacturers would expose the flash storage and allow the OS to manage this layer, but they're too busy profiting from the illusion of firmware as just another part of the hardware.

              They do...such devices are called MTD or memory technology devices. Basically bare NAND/NOR flash exposed to the OS. There are special filesystems designed for working with it, like jffs2.

              They're a pain in the butt to deal with, which is why hiding the details behind an abstraction layer and treating it like a disk is appealing.

            • by dbIII ( 701233 )
              I think we need to show people old tech so they can see things at a scale they can immediately understand. I've got an IBM3490-C11 tape drive with a controller that boots off a floppy that demonstrates the above very clearly (ie. it's clearly a system of it's own even though it's role is to read and write stuff for a computer at the other end of a SCSI cable).
              It makes a handy table for other things which is why I still have the huge thing (and it will probably work for single tapes even though the autoload
        • Eventually, the failure rates will decrease to the point that flash memory has comparable reliability to spinning disks. Possibly even better.

          Puppy Linux refreshes the persistent save file on a USB stick about every half hour, so you're not doing continuous write cycles, but other distros can't do this. Puppy is small enough to run entirely in RAM, even 128 MB.
          • That's a software workaround to a hardware problem. I'm talking about SSDs actually lasting as long as a hard drive under the same usage.

      • by amorsen ( 7485 )

        Imagine a typical 500GB drive in a typical PC. Assuming 1000 write cycles and 10 years of life, that is somewhere around 130GB written per day. How many people do you know who write 130GB to their drive every day, and at the same time keep their drives for 10 years?

        The write limit is only a problem for small drives, and the only reason that drives are small is that they are expensive right now.

        • Imagine a typical 500GB drive in a typical PC. Assuming 1000 write cycles and 10 years of life, that is somewhere around 130GB written per day. How many people do you know who write 130GB to their drive every day, and at the same time keep their drives for 10 years?

          A system that average that much write volume per day isn't typically using commodity hard drives. Its using enterprise drives so that also changes the comparison quite a bit.

          On that note, you often see anti-SSD slashdotters harping on "$0.05 per gigabyte" or some such, a price only seen in commodity drives. The shittiest enterprise SAS drives start at $0.15 per gigabyte, while prices higher than $1.00 per gigabyte (more than the current generation commodity SSD's) are actually considered normal.

          • by dbIII ( 701233 )
            There's a lot of commodity drives being used in RAID arrays doing that sort of volume in small to medium businesses. It probably adds up to a non-trival percentage of the total disk market.
            I've only got SAS drives for the arrays where it makes a difference. In many cases application speed is more of a bottleneck or more than adequate speed is supplied by a cheaper array. If only one person is hitting an array at a time getting a few hundred megs of data and then going you don't need gold plated gear to s
    • Whiz-bang indeed: Hitachi explains perpendicular recording [youtube.com]
  • The summary says:

    dig a one-kilometer-deep, three-kilometer-long trench with walls exactly three meters apart

    Please avoid these strange and esoteric units and use units that are familiar to us. The approved units are football fields for lengths, Olympic size swimming pools for volume and libraries of congress for data volume, Rhode Island or Delaware for area.

    • Texas and Alaska are also acceptable units.

    • by burne ( 686114 )

      Oddly enough I don't even need a calculator to help you with that.

      Two-thirds of a mile deep, two miles long, walls 10 feet apart.

      Metric isn't strange and esoteric, it's all closely related. 1 Ampere is the current needed to generate 1 Newton of force between two 1 meter long sections of wire, 1 meter apart in a perfect vacuum.

      Now try that with pounds-force, feet and Amperes. (0.2248 lbf, 3' 3.37" , 1A) (Yes, I needed a calculator for that..)

      • In what way mile and feet are improveents over kilometer and meter? Lengths are always measure in number of football fields. The approved unit for current is number of cows that could be knocked out, as in, "enough juice to knockout 10 cows". Power is measured in medium sized city. As in, "enough power to run three medium sized cities". Force is not measurable, "it is strong" or "it is weak" is the best even the best Jedi knights could do. The midichlorians would make the meter's needle spin wildly. There
    • by Ken_g6 ( 775014 )

      It looks like there are almost exactly 11 football field lengths in a kilometer. So that's an 11-football-field-length-deep, 33-football-field-length-long trench, with walls separated by roughly the average length of a rushing play. (Or 1/3 of a first down.)

  • by macraig ( 621737 ) <mark@a@craig.gmail@com> on Wednesday June 27, 2012 @04:20PM (#40471603)

    There's two semantic goofs in this submission, one in the title and the other in the first sentence, and neither was noticed or corrected by Soulskill. The phrase "vertical 3D transistors" is misleading, since a literal interpretation doesn't describe z-axis stacking and instead describes objects whose most significant dimension is oriented vertically; it would be more accurate to write "stacked 3D transistors". In the first sentence, the adjective phrase "vertically stacked" is certainly a pleonasm if there ever was one; the definition of "stacked" already describes a z-axis or "vertical" state. The use of the word "vertical" in both of those instances is ineffective semantics.

    • by bmo ( 77928 )

      >pleonasm

      "Gee, Porgie, I didn't know you masturbated!" - Mudhead

      --
      BMO - Defoliating a victory garden sure works up an appetite.

    • by Jeng ( 926980 )

      Wow, you really had to work hard to come up with a grammar Nazi response.

      That is actually rather impressive. You get an A+

      • by macraig ( 621737 )

        The observation was easy, since I wasn't looking for a pleonasm... it leapt off the screen and attacked my eyes before I could look away. The hard work, as always for me, was organizing what needed to be said and how best to say it. Even though there's a novel's worth of material upstairs, I could never write a novel because it would take me decades to complete a first draft and I'd get distracted by some other shiny and wander off long before I finished. I don't think there's enough methylphenidate on t

  • Anywhere between 3 and 100... nice vague PR job there

  • Not the first... (Score:4, Informative)

    by Sooner Boomer ( 96864 ) <sooner.boomr@gmail.cTIGERom minus cat> on Wednesday June 27, 2012 @04:50PM (#40471957) Journal

    I don't believe this is actually the *first* fab process using vertical structures (having actually RTFA). I worked at Texas Instruments in the mid-80's and most of the ALS (Advanced Low power Schottky) devices were of vertical well construction (as opposed to planar process or lateral junction bipolar construction). Looks like the sizes are a lot smaller, and the ratio of depth to width is a lot higher (a lot more junctions stacked in one well).

  • With all the SSD money coming in instead of just SD cards, flash drives, and RAM, I bet the main companies will be able to fund this technology and implement it without even the need for external investors. That'll speed things along more than other projects. A lot of vaporware disappears because of a lack of investment money being available of course.
  • This random article I found has good pictures. This new chamber will allow for precise etch control from layer to layer. It's already in place at customer sites for R&D. (No company usually announces these products without having some placements or at least earlier marketing.) No one really knows how soon 3D NAND is coming; it depends on exactly how low they can scale 2D NAND, which is limited by the number of electrons you can store in a floating gate. 3D NAND designs usually use a charge trapping die

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...