From WikiChip
Difference between revisions of "clock cycle"

(cycle)
 
Line 1: Line 1:
 
{{title|Clock Cycle}}
 
{{title|Clock Cycle}}
'''Clock Cycle'''  (also known as '''clock period''', '''clock tick''', or simply a '''tick''' or a '''cycle''') is the minimum time unit required to perform the most basic operation on a microprocessor such as a value transfer between two buffers. The length of a single clock cycle is the time required for one complete clock pulse. It is the reciprocal of the [[clock speed]]. The  
+
'''Clock Cycle'''  (also known as '''clock period''', '''clock tick''', or simply a '''tick''' or a '''cycle''') is the minimum time unit required to perform all the most basic operations in a [[synchronous circuit]] such as a value transfer between two buffers. The length of a single clock cycle is the time required for one complete clock pulse. It is the reciprocal of the [[clock speed]].
 +
 
 +
== Overview ==
 +
The clock cycle is a fundamental part of all [[synchronous circuits]] which must accommodate the time taken for the longest [[critical path]] for all possible states in a circuit. In other words, it's usually the sum of all the wire and switching delay for the longest indivisible portion of the circuit. The clock cycle is usually a constant value, although various [[power management mechanisms]] can modulate it to achieve better performance and efficiency attributes.
 +
 
  
  
 
{{stub}}
 
{{stub}}

Revision as of 15:50, 4 January 2019

Clock Cycle (also known as clock period, clock tick, or simply a tick or a cycle) is the minimum time unit required to perform all the most basic operations in a synchronous circuit such as a value transfer between two buffers. The length of a single clock cycle is the time required for one complete clock pulse. It is the reciprocal of the clock speed.

Overview

The clock cycle is a fundamental part of all synchronous circuits which must accommodate the time taken for the longest critical path for all possible states in a circuit. In other words, it's usually the sum of all the wire and switching delay for the longest indivisible portion of the circuit. The clock cycle is usually a constant value, although various power management mechanisms can modulate it to achieve better performance and efficiency attributes.


Text document with shapes.svg This article is still a stub and needs your attention. You can help improve this article by editing this page and adding the missing information.