Clock signal

Clock signal

In electronics and especially synchronous digital circuits, a clock signal is a particular type of signal that oscillates between a high and a low state and is utilized like a metronome to coordinate actions of circuits. Although the word signal has a number of other meanings, the term here is used for "transmitted energy that can carry information".

A clock signal is produced by a clock generator. Although more complex arrangements are used, the most common clock signal is in the form of a square wave with a 50% duty cycle, usually with a fixed, constant frequency. Circuits using the clock signal for synchronization may become active at either the rising edge, falling edge, or, in the case of double data rate, both in the rising and in the falling edges of the clock cycle.

Contents

Digital circuits

Most integrated circuits (ICs) of sufficient complexity use a clock signal in order to synchronize different parts of the circuit, cycling at a rate less than the worst-case internal propagation delays. In some cases, more than one clock cycle is required to perform a predictable action. As ICs become more complex, the problem of supplying accurate and synchronized clocks to all the circuits becomes increasingly difficult. The preeminent example of such complex chips is the microprocessor, the central component of modern computers, which relies on a clock from a crystal oscillator. The only exceptions are asynchronous circuits such as asynchronous CPUs.

A clock signal might also be gated, that is, combined with a controlling signal that enables or disables the clock signal for a certain part of a circuit. This technique is often used to save power by effectively shutting down portions of a digital circuit when they are not in use, but comes at a cost of increased complexity in timing analysis.

Single-phase clock

Most modern synchronous circuits use only a "single phase clock" -- in other words, they transmit all clock signals on (effectively) 1 wire.

Two-phase clock

In synchronous circuits, a "two-phase clock" refers to clock signals distributed on 2 wires, each with non-overlapping pulses. Traditionally one wire is called "phase 1" or "phi1", the other wire carries the "phase 2" or "phi2" signal. [1] [2] [3] [4]

MOS ICs typically used dual clock signals (a two-phase clock) in the 1970s. These were generated externally for both the 6800 and the 8080.[1] The next generation of microprocessors incorporated the clock generation on chip. The 8080 had a 2 MHz clock but the processing throughput was similar to the 1 MHz 6800. The 8080 require more clock cycles to execute a processor instruction. The 6800 had a minimum clock rate of 100 kHz while the 8080 could be halted. Higher speed versions of both microprocessors were released by 1976.[2]

The 6501 required an external 2-phase clock generator. The MOS Technology 6502 used the same 2-phase logic internally, but also included a two-phase clock generator on-chip, so it only needed a single phase clock input, simplifying system design.

4-phase clock

A "4-phase clock" has clock signals distributed on 4 wires ( [5], four phase logic ).

In some early microprocessors such as the National Semiconductor IMP-16 family, a multi-phase clock was used. In the case of the IMP-16, the clock had four phases, each 90 degrees apart, in order to synchronize the operations of the processor core and its peripherals.

Some ICs use four-phase logic. Most modern microprocessors and microcontrollers use a single-phase clock, however.

Clock multiplier

Many modern microcomputers use a "clock multiplier" which multiplies a lower frequency external clock to the appropriate clock rate of the microprocessor. This allows the CPU to operate at a much higher frequency than the rest of the computer, which affords performance gains in situations where the CPU does not need to wait on an external factor (like memory or input/output).

Dynamic frequency change

The vast majority of digital devices do not require a clock at a fixed, constant frequency. As long as the minimum and maximum clock times are respected, the time between clock edges can vary widely from one edge to the next. Such digital devices work just as well with a clock generator that dynamically changes its frequency, such as spread-spectrum clock generation, PowerNow!, Cool'n'Quiet, SpeedStep, etc. Devices that use static logic do not even have a maximum clock time; such devices can be slowed down and paused indefinitely, then resumed at full clock speed at any later time.

Other circuits

Some sensitive mixed-signal circuits, such as precision analog-to-digital converters, use sine waves rather than square waves as their clock signals, because square waves contain high-frequency harmonics that can interfere with the analog circuitry and cause noise. Such sine wave clocks are often differential signals, because this type of signal has twice the slew rate, and therefore half the timing uncertainty, of a single-ended signal with the same voltage range. Differential signals radiate less strongly than a single line. Alternatively, a single line shielded by power and ground lines can be used.

In CMOS circuits, gate capacitances are charged and uncharged continually. A capacitor does not dissipate energy, but energy is wasted in the driving transistors. In reversible computing, inductors can be used to store this energy and reduce the energy loss, but they tend to be quite large. Alternatively, using a sine wave clock, CMOS transmission gates and energy-saving techniques, the power requirements can be reduced.[citation needed]

Distribution

The most effective way to get the clock signal to every part of a chip that needs it, with the lowest skew, is a metal grid. In a large microprocessor, the power used to drive the clock signal can be over 30% of the total power used by the entire chip.[3] The clock signal must be propagated with a clock distribution network. This is often done with a recursive H tree. The whole structure with the gates at the ends and all amplifiers in between have to be loaded and unloaded every cycle. To save energy, unused parts of the tree may be temporarily cut off (clock gating).

See also

References

  1. ^ "How to drive a microprocessor". Electronics (New York: McGraw-Hill) 49 (8): p. 159. April 15, 1976. http://commons.wikimedia.org/wiki/File:Motorola_MC6870_ad_April_1976.jpg.  Motorola's Component Products Department sold hybrid ICs that included a quartz oscillator. These IC produced the two-phase non-overlapping waveforms the 6800 and 8080 required. Later Intel produced the 8224 clock generator and Motorola produced the MC6875. The Intel 8085 and the Motorola 6802 included this circuitry on the microprocessor chip.
  2. ^ "Intel's Higher Speed 8080 μP". Microcomputer Digest (Cupertino CA: Microcomputer Associates) 2 (3): p. 7. September 1975. http://www.bitsavers.org/pdf/microcomputerAssociates/Microcomputer_Digest_v02n03_Sep75.pdf. 
  3. ^ "Intel's Atom Architecture: The Journey Begins" by Anand Lal Shimpi, 2008

Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Clock-Signal — Es gibt verschiedene Bedeutungen des Begriffes „Taktsignal“. Allgemein bedeutet „Taktsignal“, dass es sich um ein elektrisches Signal mit zwei verschiedenen Spannungspegeln handelt, die zu unterschiedlichen Zeiten anliegen und wiederkehren.… …   Deutsch Wikipedia

  • Signal edge — Signal edges shown in rectangular pulse amplitude modulation with polar non return to zero, inverted coding waveform In electronics, a signal edge is a transition in a digital signal from either low to high (0 to 1) or high to low (1 to 0). It is …   Wikipedia

  • Clock gating — is a power saving technique used in many synchronous circuits Description Clock gating is a popular technique used in many synchronous circuits for reducing dynamic power dissipation. Clock gating saves power by adding more logic to a circuit to… …   Wikipedia

  • Clock shear — is a term in electronic circuit design that refers to the accumulation of the signal integrity factors that pertain to the validity of differential signaling, particularly differential clocks. There are several important parameters of electronic… …   Wikipedia

  • Clock synchronization — is a problem from computer science and engineering which deals with the idea that internal clocks of several computers may differ. Even when initially set accurately, real clocks will differ after some amount of time due to clock drift, caused by …   Wikipedia

  • Clock — For other uses, see Clock (disambiguation). Timepiece redirects here. For the Kenny Rogers album, see Timepiece (album). Platform clock at King s Cross railway station, London …   Wikipedia

  • Clock generator — A desktop PC clock generator, based on the chip ICS 952018AF and 14.3 MHz resonator (on the left) …   Wikipedia

  • Clock rate — Clocking redirects here. For tampering with vehicle odometers, see Odometer fraud. The clock rate is the rate in cycles per second (measured in hertz) or the frequency of the clock in any synchronous circuit, such as a central processing unit… …   Wikipedia

  • Clock feedthrough — In analog electronics, Clock feedthrough is the result of the coupling between control signals on the analog switch and analog signal passing through the switch. In digital electronics, clock feedthrough is the coupling of the clock signal to the …   Wikipedia

  • Clock network — A clock network or clock system is a set of clocks designed to always show exactly the same time by communicating with each other. Clock networks usually include a central master clock kept in sync with an official time source, and one or more… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”