New Manufacturing Technology Enables Vertical 3D Transistors
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."
Yes, yes! I really did not read TFA but come the fuck on. Intel's Ivy Bridge was announced a few years ago and the product has been available for months now.
Is this yet another example of slashdot admin's time travel or what?
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).
Chaos maximizes locally around me.
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.