User:Michagal/Sandbox

From Wikipedia, the free encyclopedia

Digital circuits[edit]

Most integrated circuits (ICs) of sufficient complexity utilize a clock signal in order to synchronize different parts of the circuit and to account for propagation delays. 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.

Clock signal characteristics[edit]

Real-life clock signal.
  • The most important charactersitic of a clock signal is its frequency or period. The frequency is represented by a letter F and measured in Hertz. The period is represented by a letter T and measured in seconds.
  • A period can be divided into a portion during which the signal is high, designated as Thigh or Th and a portion during which the signal is low - Tlow or Tl. Relation between high and low times is called duty cycle or DC in short. Duty cycle is measured in percents.

Ideal clock signal is a square wave. In real life a clock signal is disturbed and may require additional characterization parameters.

  • Transition from low level to high level does not occur immediately, but takes time. This time is called Rise time Trise or Tr. The opposite transition is called Fall time Tfall or Tf. These paramters are extremely important in clock signal analysis since they determine the signal bandwidth.

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.

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. Most modern microprocessors and microcontrollers use a single-phase clock, however.

Many modern microcomputers utilize 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 I/O).


Logic gates table[edit]