synchronous and asynchronous clock

14
12/11/2014 ANINDRA 1 SYNCHRONOUS AND ASYNCHRONOUS CLOCK

Upload: nallapati-anindra

Post on 12-Jul-2015

178 views

Category:

Engineering


2 download

TRANSCRIPT

Page 1: Synchronous and asynchronous clock

12/11/2014 ANINDRA

1

SYNCHRONOUS AND ASYNCHRONOUS CLOCK

Page 2: Synchronous and asynchronous clock

WHAT IS CLOCK ?

12/11/2014 ANINDRA

2

A digital clock signal is basically a square wave

Page 3: Synchronous and asynchronous clock

CLOCK....

12/11/2014 ANINDRA

3

A clock is generated by clock generator.

here the clock generator is oscillator which provides the square wave as output.

clock will be having two levels…

high level (1) and low level (0).

Page 4: Synchronous and asynchronous clock

CLOCK …(CONT’D)

12/11/2014 ANINDRA

4

clock is used in the circuits which having feedback.

it is also is used to avoid glitches.

what is glitch?

glitch is unpredictable output.

some input and for those you expect a known output, but before the output settles to what you expect, you might have one or more transitions that are not suppose to be there. These are called glitches.

Page 5: Synchronous and asynchronous clock

CLOCK….(CONT’D)

12/11/2014 ANINDRA

5

Page 6: Synchronous and asynchronous clock

CLOCK…(CONT’D)

12/11/2014 ANINDRA

6

because the inputs have to go through different gates and the propagation delay of each can be different. Therefore the results arrive to the final gates in different times

This difference in data arrival results in changes in the output until all signals settle and the output is valid.

If glitches are not eliminated, they will go to the next stage of the circuit and generate more unpredictable results.

To avoid them a clock can be used to time the signals.

Page 7: Synchronous and asynchronous clock

CHARACTERISTICS OF CLOCK

12/11/2014 ANINDRA

7

There are two types of characteristics of clock are :

1. frequency , 2. phase .

Page 8: Synchronous and asynchronous clock

TYPES OF CLOCK….

12/11/2014 ANINDRA

8

there are two types of clocks….

synchronous clock.

Asynchronous clock

Page 9: Synchronous and asynchronous clock

SYNCHRONOUS CLOCK…

12/11/2014 ANINDRA

9

if two clocks have same phase and the frequency may or may not be same then that clock is called synchronous clock.

To decide it as a synchronous and asynchronous will not depend on the frequency.(because of frequency only speed varies). it will be decided by the phase of the two clocks.

if the source of two clock is same then the clock be synchronous.

Page 10: Synchronous and asynchronous clock

SYNCHRONOUS CLOCK…

12/11/2014 ANINDRA

10

if the source of the two clocks is different then is there is a chance of asynchronous.

Page 11: Synchronous and asynchronous clock

ASYNCHRONOUS CLOCK…

12/11/2014 ANINDRA

11

If the two clocks are with different phase and the frequency may or may not be same then the clock is known as asynchronous signal

If the source of the two clocks is different then there is chance of phase difference then it will leads to synchronous clock.

Page 12: Synchronous and asynchronous clock

ASYNCHRONOUS CLOCK…

12/11/2014 ANINDRA

12

Page 13: Synchronous and asynchronous clock

CLOCK…(CONT’D)

12/11/2014 ANINDRA

13

But due to this asynchronous clock there is chance of glitches.

So, for this we will synchronize the clock before going to process.

To make it as synchronous we use fifo (first in first out).

By avoiding the asynchronous we will get synchronous output and the complete circuit becomes the synchronous circuit.

Page 14: Synchronous and asynchronous clock

12/11/2014 ANINDRA

14