Intel Claims 10Ghz Transistor
Professional Wild-Eyed Visionary writes: "Intel has developed a new CMOS chip technology
that cranks out 10Ghz, 400 million transistors per
chip, with each transistor only 3 atoms thick,
previously thought impossible. See story
at
Dial Electronics
" While this story's rather fluffy, it makes it sound like Intel is a few years ahead of it's earlier projection of reaching 10Ghz by 2005. Of course, maybe they meant integrated into actual chips;) (in which case 2005 still sounds nice).
As we've come to expect from Intel, they are doing a tremendous amount of R&D in their fab labs. Intel has some of the best fabrication technology in the business (perhaps only IBM's is better). But when's the last time you heard of Intel actually doing anything revolutionary with that fab technology? That would be 1975. Since then they've only made the same processor over and over again. Seems like such a shame to let all this technology go to waste producing the same processors they made when they launched the company... Will the new IA64 technology be any better? Maybe. Early returns from people working on the architecture seem to indicate that it's just as much of a bitch to work with as x86, but perhaps it's too early to tell. Of course, that technology is 2 years late already anyway.
I found this:
"Recently there has been increased emphasis on radiation effects in space due to an increasing number of satellite launches for commercial and defense systems. The natural space environment can damage electronics because of total-ionizing-dose and single-event effects (SEE). These are caused by the high energy electrons, protons, and heavy ions that are intrinsic to the space environment due to cosmic rays and the Earth's radiation belts. SEE due to cosmic rays and high-energy protons can lead to hard or soft errors in many types of devices and ICs. SEE are even possible in avionics and ground applications of advanced microelectronics with submicron feature sizes. SEE can cause failure at any point during a system's lifetime due to one inopportune particle strike, if circuits and systems are not suitably designed, tested, and built. Total dose effects accumulate over a system's lifetime, and can lead to premature performance degradation and system failure."
There are some interesting links on this at the Sandia Labs website here. Some of these go to sites that are a bit encyclopedic.
"It is a greater offense to steal men's labor, than their clothes"
When you get up to 10 Ghz, the distance is only 1 cm- and aren't your typical Pentiums and Athlons bigger than that?
So how fast can they realistically improve clock speeds before going back to the drawing board?
Alcohol, Tobacco and Firearms should be the name of a store, not a government agency.
Actually, academics have created 100GHz transistors out of GaAs. 10GHz isn't that great compared to these ultra-fast ones
However, the distinction may be that this is the fastest corporate-built transistor, and it might be the first semi-integrable one. I don't know the details of either development.
Maybe this is using Si? I forget the frequency limit of silicon, but this may be the fastest silicon transistor ever built.
A new year calls for a new signature.
It may max out at 10GHz or so.
However gallium arsenide, indium something,
have potential considerably beyond 10GHz and
are being used for high speed D/A and optical
connections. The problem with the non-silicon
stuff is they are harder to fabricate in very
high integration. They tend to be two or more
integration genrations behind CMOS.
IANAP (physicist), but I believe that there is some (albeit small) uncertainty with atom positions. I believe that tunneling of hydrogen atoms is how fracto-fusion works. Now, it may well be that it's greatly more probable with a hydrogen atom than a helium atom (and from what I understand, it's not too common with hydrogen atoms), but it does occur.
Never is too strong. There is a finite probability that it could. It might be so unlikely that it would occur, on average, once in 5 billion ages of the Universe, but it could happen.
---
Offtopic, but while it is true in context voice recognition is the best approach, it would be possible to incrimentally analyze the sentence as it is being said, thus getting a rough guess at first to having it pretty much set before the last word is said. The last word would solely finish it off. It wouldn't be dead on voice translation, but at the end of the sentence, it would be "instanteneously" recognized.
The P4 is not a total failure, it's like the Pentium Pro : no software can really show today what the core is capable of. That doesn't mean the core itself is worthless, just that some people need to recompile their apps...
No, otherwise its probability would be 1. If you prepare a system that has a 10:1 probability to be in a given state (say, you send light and arrange for it to be polarized at about 70 wrt to an analyzing polarizer) and repeat many times the experiment of measuring whether it is in that state (send many photons and detect how many pass through the analyzing polarizer), you'll find it is one time out of ten on average (10% of the photons will get through).
Your physics seems rustier than mine.
/. and other places.
Large relative position uncertainty like you described only applies at the sub-atomic level. An entire atom has a predictable position in space and time. Need practical proof? Who has not seen the single-atom logo etches IBM and other research departments have been showing over the last decade? Or how about the nano-machines that are just a few atoms thick reported here on
Don't worry, your dinner table will never re-materialize a meter from where you were about to set your macaroni.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ the real world is much simpler ~~
--- -- - -
Give me LIBERTY, or give me a check.
See http://citeseer.nj.nec.com/294779.html for some research at Stanford on technology that especially applies to building very fast switches. This is standard CMOS at 50 Ghz. The researcher used to work for Intel on the Pentium chips -- I can remember when he was working on trying to break the 1 Ghz barrier... Not sure if the record has been broken, but he told me a few months ago that he had made the fastest processer to date, which was 20+ Ghz. He said built a radar with it...
Mispredicted branches also cause a significant performance drop with pipelining. The CPU doesn't know for sure whether or not it's going to branch until the branch reaches the end of the pipeline. Until then it has to more or less guess based on previously results (or in the simpler case, just always predict "taken" or "not taken") and, if the prediction is determined to be wrong, it must clear out all the partially executed instructions.
Another performance hit is loading data and then attempting to immediatly use that data. Since the load operation takes a couple cycles (memory is relatively slow compared to a CPU), the operation that wants to use that data has to be stalled, creating a gap of a few null cycles between the load and that operation. It's not as bad as a mispredicted branch, but it can be avoided by a smart CPU/compiler combination that places the load operation a few instructions earlier and then works on other stuff while it waits for its results.
Pipelined processors are nifty stuff. It's surprising how conceptually easy a simple one is.
And on a random sidenote, my epiphany on pipelining came when I realized that it's kind of like a fast-food drive-through with multiple windows. A given customer may have a higher latency (because they have to go through that whole start/stop, start/stop non-sense), but the throughput is higher, which sounds like it's only benefiting the store at the cost of the customers. But then I realized that the higher through-put meant that there was less of a backup of people waiting, which benefited the customers. Of course I'm still trying to figure out the corollary for a mispredicted branch. I one day hope to be driving by only to see a little guy in a bulldozer pushing cars out of the line. Then my life will be complete.
There were a series of articles in Nature last summer about the ultimate physical limits of comnputation. Specifically one of them looked at the ultimate 1kg laptop. If you want serial processing, then the answer is a very carefully structured 1kg black hole, which can do about 10^16 quantum bit operations on a 10^16 qbit "word" in the 10^-19 second lifetime of the black hole. Of course the power consumption, cooling and containment problems are rather severe. If you don;t play clever games with reversible computation and very very strong mirrors, then you need a supernova to power the thing.
If so, we'd need to think about employing a lossy grid of gates, so that a few failures don't kill the processor.
--
Slashdot monitor for your Mozilla sidebar or Active Desktop.
IIRC, there have been 8GHz transistors (or mosfets) available for a few years now. Nowhere near that small, but they exist. I think this is more a publicity stunt from Intel, trying to claw back some custom from AMD.
Is it me or does this sound very similar to the article Intel Says 10GHz By 2005?
2005 is just too far away for me to get excited anyway..
--
Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
My physics is a bit rusty, but if I'm not mistaken these 3-atomic layer thick transistors must have some problems because at this level the predictability of atom movement comes into play.
Every atom has a certain frequent movement. Objects consisting of a large number of atoms stay in one place because the movement of all those atoms combined adds up to zero.
Theoretically, it's not impossible that your dinnertable would suddenly be a couple of meters away from its original place. But it's the statistics that make such an event impossible in practice.
When creating objects very small - consisting of only a few atoms - the movement of every atom get's more important. Chances that the movement of one or more atoms influences the behavior of the object itself (in a way that its behavior is not predictable anymore) are a reality when creating transitors this small.
Therefore I'm amazed by the comment of the Intel scientist that these transistors behave just like other - bigger - devices.
A 10Ghz transister can only make a 10Ghz CPU if each pipeline stage (plus sync overhead) is only a single transister. Which is pretty impossable (a simple flip flop is several transistors, an adder is a big pile of them). As I recall the failed 500Mhz PowerPC that some compony like "eXponential" was making was thought to be extreamly aggressave with only 50 or so transitor delays between pipe stages (and some pipe stages were mostly wire delay to get the signals from one part of the chip to another!). Or maybe I'm confusing that with sombody or others barrel processer style MediaCPU (also out of bisness).
Tiny transistors are wonderflu. Tiny fast transistors are more wonderful. But 10Ghz transistors are no where close to letting you make a 10Ghz CPU. In fact it might be slower then current state of the art (but smaller). Something in this story doesn't add up.
Intel realise that they are no longer the kings of the chip game. With their recent P4 release being a total failure, it is only a matter of time before AMD takes over their current position in the market. Releasing this kind of "news" only shows that they are simply trying to play the pr game, rather than actually focusing on proper R and D like AMD and Transmeta
This is the frequency band that mobile phones use (GSM 900) so couldn't there be problems with interference, and public hype along the lines of mobile phone radiation.
Also at these sort of frequencies you have to use microstrip waveguides to carry your signals, as standard wires don't work so good, so would interconnects and the like have to be redesigned?
Anyway, most computers are limited by memory bandwidth nowadays, and 10GHz chips only makes this worse. To get performance up a lot it would probably be better to improve the memory clock by a factor of ten than the raw processor speed.
I trust independent research labs like Advanced Prototype Packet-Layer Engineering to do my benchmarks. They do quality work.
For more information, click here.
IIRC the speed of electrons in copper is about 0.3c. But I have forgotten the source of that data though, so if you are trying to make useful calculations that data should be looked up.
Making flat structures (gates oxides) 3 layers thick isn't that hard. What's hard is to make them that thick over the whole wafer and to make a working transistor (they claim the latter). The lateral structures are 30nm which is approx. 100 atom layers wide. Reducing lateral structure size is a lot harder.
Indeed, the more energy they have and the thinner the isolation between "wires", the easier it gets for them to "hop" over the latter. By then anything can happen, bits leaking from one memory cell to the next, calculation errors...
They may be on the right path, but the way to go is quite long.
Somehow I can't see how the speed of the transistors can help with the fact that you usually have to wait until the end of sentences before translating, you cannot just do it word by word.
--
Escher was the first MC and Giger invented the HR department.
How about increasing gravity? A black hole computer? I guess we would need wireless networking for this to work...
Unless AMD gets to 10Ghz in 2004 in which case Intel will release a 10Ghz chip the next day, availability limited to 10 chips, half of which Intel will keep for developmental purposes.
If voting were effective, it would be illegal by now.
At most, your table might rearrange itself enough to let a couple protons through, although even that is highly unlikely.