Slashdot Mirror


How Vacuum Tubes, New Technology Might Save Moore's Law

MojoKid (1002251) writes The transistor is one of the most profound innovations in all of human existence. First discovered in 1947, it has scaled like no advance in human history; we can pack billions of transistors into complicated processors smaller than your thumbnail. After decades of innovation, however, the transistor has faltered. Clock speeds stalled in 2005 and the 20nm process node is set to be more expensive than the 28nm node was for the first time ever. Now, researchers at NASA believe they may have discovered a way to kickstart transistors again — by using technology from the earliest days of computing: The vacuum tube. It turns out that when you shrink a Vacuum transistor to absolutely tiny dimensions, you can recover some of the benefits of a vacuum tube and dodge the negatives that characterized their usage. According to a report, vacuum transistors can draw electrons across the gate without needing a physical connection between them. Make the vacuum area small enough, and reduce the voltage sufficiently, and the field emission effect allows the transistor to fire electrons across the gap without containing enough energy to energize the helium inside the nominal "vacuum" transistor. According to researchers, they've managed to build a successful transistor operating at 460GHz — well into the so-called Terahertz Gap, which sits between microwaves and infrared energy.

6 of 183 comments (clear)

  1. Not a computing element by Animats · · Score: 4, Informative

    As a 450GHz computing element, this is a long way off. But it might lead to better terahertz radar. Right now, operating in the terahertz range is painfully difficult. It's a strange region where both electronics and optics work, but not easily. This may be a more effective way to work in that range.

    1. Re:Not a computing element by wanax · · Score: 5, Informative

      That's mentioned in the IEEE Spectrum article (which by the way is about the most clearly written article on an early prototype technology that I've ever read).
      The problems are:
      -Too high voltage; can be mitigated by better geometry (probably).
      -Insufficient simulations at present for improving the geometry, with the caveat that getting better performance (voltage-wise) might compromise durability.
      -Because of the above, they don't have a good set of design rules to produce an integrated circuit. They're hopeful about this step, since the technique uses well established CMOS technology and there are many tools available.

      Their next targets are things like gyroscopes and accelerometers. I'd say on the whole this strikes me as realistic and non-sensational. But if anybody knows better, I'd like to hear why.

  2. Re:The problem is not switch speed by SuricouRaven · · Score: 5, Informative

    Not the production process so much as the design process. It'd mean starting over from scratch with a whole new architecture, redoing decades of work in hardware and software.

  3. Discovered? by mark_reh · · Score: 3, Informative

    Natural things and phenomena are "discovered". Transistors were invented after a lot of hard work. By engineers.

  4. Re:The problem is not switch speed by lowen · · Score: 3, Informative

    One of the problems with increasing clock speed is gate capacitance and the RC time constant charging curve causing the switching FETs to operate in the linear region, causing power dissipation to go up with clock speed. This is why a decrease in process size has typically yielded a corresponding decrease in power dissipation at a given clock speed.

    If you make the capacitance smaller, you can increase the switching speed (capacitance would decrease with the square of the feature size (gate capacitance is dependent upon gate area), wheras resistance would increase linearly, inversely proportional to feature width, assuming the feature depth doesn't change (resistance dependent upon cross-sectional area)).

    Another poster has already mentioned asynchronous designs, so I'll pass on that particular nuance.

    But clock propagation is a serious issue, and I can see a vacuum transistor improving this considerably.

    Now, figuring out how far a wavefront will propagate in some period of time isn't too hard.

    Undoped silicon has a relative permittivity of 11.68; the reciprocal of the square root of the relative permittivity is the velocity factor of a particular dielectric; for undoped silicon that's about 30% of c. Silicon dioxide, as used for most of the insulation on the typical MOSFET design, has a relative permittivity of 3.9 and thus a VF of about 51%. On a stripline laid on silicon dioxide (silica glass) the velocity of propagation is about 153 million meters per second, or 153 meters per microsecond or 153 millimeters per nanosecond or 153 microns per picosecond. 153 microns is a bit larger than the cladding on a typical fiber optic strand (most have a cladding diameter of 125 microns; OM1 multimode is 62.5 micron core/125 micron cladding, OM4 is 50 micron core/125 micron cladding, and single-mode is 8 micron core/125 micron cladding, for comparison). That's best case propagation time.

    Now, to see how this translates to something of today, at least one of the models of the latest Haswell-DT Core i7 chips has a die size of 177 square millimeters. The chip is not square, and seems to be about a 4:1 rectangle in photos, which would yield about a 6.5 mm by 27.25mm die (yes, I know that gives 177.125 square millimeters; close enough).

    Now, if a clock signal needs to go straight across the narrow portion, it will take about 42.5 picoseconds to do so, assuming transmission across silion dioxide alone. Propagation in the long direction would take about 178 picoseconds to do so, with the same assumption. The published top speed of this processor is at the time of this writing about 4.5GHz (I know it's a bit higher, but that's a moving target). This is a 222 picosecond clock period; easily doable in the short dimension, a bit more difficult in the long dimension, and probably already requiring some asynchronous elements and delay compensation. If you limit solely on clock propagation time, and are able to work in a slip of a full clock cycle, the long dimension will give you a limit of a bit over 5.5GHz; the short dimension will similarly give you a limit of 23.5GHz.

    That's drastically oversimplified; each gate has it's own propagation delay that must be figured, and there are four cores (which makes it pretty understandable why the chip would have a 4:1 die dimension ratio, no?). A 20% clock delay factor will allow, with care, a good chance for synchronous operation (42.5 is pretty close to 20% of 222), but that's assuming straight clock traces (and they are not just straight across the chip).

    Food for thought.

  5. Re:More expensive for whom? by Anonymous Coward · · Score: 2, Informative

    Actually making the chips is wildly cheap (always has been). They make a few thousand at a crack. It is all the other goop that goes along with chips that makes them expensive. If you read the original paper you will see Moore spends a good amount of time talking about packaging.

    Testin, the package, pins, interconnects to the pins, wires to connect to other chips, the connectors, someone to glue it all together, etc...

    The less chips you use the cheaper it is to make something. That is why moores law works. As instead of working with 50 chips you are working with 5 a 10x reduction in cost.

    It works all the way up until you have SoC. At that point it becomes about your cost to make the single chip. Which includes more significantly the process to make the chip. As all the interconnects are gone, the other chips are gone, pins are gone, etc...

    So at some point you would see inversions. Where it costs to make one chip more than the previous generation. Yet it is still cheaper because there are less things to put on the motherboard.

    This is part of the reason ARM chips dominate currently. They spent 25 years getting into cell phones. Where size matters. SoC is king. Intel will have to get bellow the cost of ARM SoC to remain competitive in that area.

    # of chips is what moores law is about. Size is the key to get you less chips and less crap outside of the chip to put together. Speed just came along for the ride.