Binning Manufacturers of modern processors typically charge higher prices for processors that operate at higher clock rates, a practice called
binning. For a given CPU, the clock rates are determined at the end of the manufacturing process through testing of each processor. Chip manufacturers publish a "maximum clock rate" specification, and they test chips before selling them to make sure they meet that specification, even when executing the most complicated instructions with the data patterns that take the longest to settle (testing at the temperature and voltage that gives the lowest performance). Processors successfully tested for compliance with a given set of standards may be labeled with a higher clock rate, e.g., 3.50 GHz, while those that fail the standards of the higher clock rate yet pass the standards of a lower clock rate may be labeled with the lower clock rate, e.g., 3.3 GHz, and sold at a lower price.
Engineering The clock rate of a CPU is normally determined by the
frequency of an
oscillator crystal. Typically a crystal oscillator produces a fixed
sine wave—the frequency reference signal. Electronic circuitry translates that into a
square wave at the same frequency for digital electronics applications (or, when using a
CPU multiplier, some fixed multiple of the crystal reference frequency). The
clock distribution network inside the CPU carries that
clock signal to all the parts that need it. An
A/D converter has a "clock" pin driven by a similar system to set the
sampling rate. With any particular CPU, replacing the crystal with another crystal that oscillates at half the frequency ("
underclocking") will generally make the CPU run at half the performance and reduce
waste heat produced by the CPU. Conversely, some people try to increase performance of a CPU by replacing the oscillator crystal with a higher frequency crystal ("
overclocking"). However, the amount of overclocking is limited by the time for the CPU to settle after each pulse, and by the extra heat created. After each clock pulse, the signal lines inside the CPU need time to settle to their new state. That is, every signal line must finish transitioning from 0 to 1, or from 1 to 0. If the next clock pulse comes before that, the results will be incorrect. In the process of transitioning, some energy is wasted as heat (mostly inside the driving transistors). When executing complicated instructions that cause many transitions, the higher the clock rate the more heat produced. Transistors may be damaged by excessive heat. There is also a lower limit of the clock rate, unless a fully
static core is used. ==Historical milestones and current records==