IBM Creates Ring Oscillator on a Single Nanotube
deeptrace writes "IBM has combined CMOS circuitry and a single carbon nanotube to implement a 5 stage ring oscillator. Even though the oscillator runs at just 52 MHz, they expect that it could reach the GHz range with improvements. The frequency of the current oscillator was higher than previous circuits using multiple nanotubes. IBM describes the achievement in the paper "Integrated Logic Circuit Assembled on a Single Carbon Nanotube" to be published this week in the journal Science."
Religion for nerds. Stuff that really matters
Now let's talk about REAL innovation. Microsoft just announced a new facial feature pack for Office's "Clippy." Now you can customize Clippy according to your facial preferences. Options include complexion, hair style, nose shape and size, and ear/nose jewelry.
Ring oscillators are simple circuits with which you can easily compare different circuit technolgoies. You simply scale the circuit to whatever your new design rules are, say 90 nm -> 65 nm, soi, etc. and measure the new frequency of the oscillator. This gives you a good base point for measuring and comparing the performance of the new technology.
A 5-stage ring oscillator is the hardware equivalent of a program that displays 'Hello World!'
Lets see if this helps. Some people were confused...
A ring oscillator is a device for making square waves. It uses a common component, a NOT gate. In digital logic, there are two levels, high and low (or 1 and 0, respectivly). High is usually, as far as I have seen, +5 volts, while low is 0 volts (ground).
A NOT gate simply inverts the input. If the value is 1, it outputs 0. If the value is 0, it outputs 1. If the value is somewhere between the two, it will choose one state or the other based on some threshold voltage.
Changing output is not instantaneous. How much time it takes, I don't know. However, it is very fast.
I was going to draw a schematic, but I gave up on appeasing the lameness filter. So, we will use the power of imagination! Imagine one of these NOT gates hooked up to itself. It will switch on and off at a terrific rate. Put a wire on the output, and you have a square wave! Want it slower? Take another two NOT gates, and put them in the loop, so that the first one goes to the second goes to the third. Slower? Another two. If the number of NOT gates was even, the inverted signal would be uninverted by the next NOT gate, which is not what we want.
For more control, one can use a capacitor in a certain arrangment (I'm not looking through my notes). It will take a while to charge and discharge, acting as a delay. Just don't read its voltage as the signal, or you will get a dropping bit, then a rising bit, rather than a nice clean square wave.
Quite useful devices. I hope this clarifies things.
I have freaks! I did something right...