Skip to main content

Clock doubling in the CPU

The problem with the high clock frequencies is to ensure that other electronic components keep up with the pace. It is rather simple to make data move very fast inside a chip where the print tracks are microscopic. But when we move outside the chip, other problems appear. The other components must be able to keep up with the pace. When the frequency gets too high, the circuit board print tracks start acting as antennae and various forms of "radio noise" appears. Briefly, it becomes expensive to make the rest of the hardware to keep up with these high frequencies.

The solution to this problem was to split the clock frequency in two:
  • A high internal clock frequency, which governs the pace of the CPU.
  • A lower external clock frequency, which governs the pace on the system bus. This is where the CPU exchanges data with RAM and the I/O units.
Intel's 80486DX2 25/50 MHZ was the first chip with clock doubling. It was introduced in 1992 with great potential. For a lower price you could acquire a chip, which provided 90% of the 486DX50 performance. The DX50 runs at 50 MHZ both internally and externally. The DX2 runs at just 25 MHZ on the system bus. This enables lower cost system boards. Also RAM speed demands are much lower.

Clock doubling occurs inside the CPU. If the system board crystal works at 25 MHZ, the CPU will receive a signal every 40 nanosecond (ns). Internally in the CPU, this frequency is doubled to 50 MHZ. Now the clock ticks every 20 ns inside the CPU. This frequency governs all internal transactions, including integer unit, floating point unit, and all memory management unit operations as well as others. The only area still working at 25 MHZ are external data transfers. That is transfers to RAM, BIOS and the I/O ports.

Today the speed problem is in RAM. The ordinary FPM RAM and EDO RAM can function at a maximum of 66 MHZ (possibly 75 MHZ). Therefore, Pentium and similar CPU's are "clocked up" 2-4 times internally. They work well at high frequencies like 166, 200, 233 and 266 MHZ.

Comments

Popular posts from this blog

Wired Equivalent Privacy

Wired Equivalent Privacy (WEP) is a security used in IEEE 802.11 wireless networks introduced in year Sep 1999, it was available on Router Configuration In WEP there are 2 Formats Hexadecimal ASCII

Installing A Printer

Go to Control Panel Click Printer Option Click Add a Printer Click Add Local Printer Select Port Select The Printer & click Next Click Next Installation Wizard Appears Now The Printer is Successfully Installed You can see your installed Printer icon in printer wizard in control panel

Intel Microprocessor History

List of the Microprocessors from Intel family from beggining Intel 4004 - 4 bit processors Intel 4040 Intel 8008 - 8 bit processors Intel 8080 Intel 8085 Intel 8048 - Microcontrollers Intel 8051 Intel 80151 Intel 80251 MCS 96 Family 3000 Familytect Intel 8086 - 16 bit Processors Intel 8088 Intel 80186 Intel 80188 Intel 80286 iAPX 432 - 32 bit Processors, non-x86 i960 aka 80960 i860 aka 80860 Xscale 80386DX - 32 bit processors 80386SX 80376 80386SL 80386EX 80486DX 80486SX 80486DX2 80486SL 80486DX4 Original Pentium - P5 micro-architecture Pentium with MMX Technology Pentium Pro - P6 / pentium M micro-architecture Pentium II Celeron (Pentium II-based) Pentium III Pentium II and III Xeon Celeron (Pentium III Coppermine-based) Celeron (Pentium III Tualatin-based) Pentium M Celeron M Intel Core Dual-Core Xeon LV Pentium 4 - NetBurst microarchitecture Xeon Mobile Pentium 4-M Pentium 4 EE Pentium 4E Pentium 4F Itanium - 64-bi...