Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] What is the clock period of a differential clock?

Status
Not open for further replies.

LatticeSemiconductor

Member level 2
Joined
Aug 31, 2013
Messages
45
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
589
Hello all,

I am looking at the technical note for high-speed interfaces for a FPGA. It says that the pulse I have to provide can be assynchronous to the clock, but must be at least two clock cycles wide.

For me one clock cycle / period is this:

Code VHDL - [expand]
1
2
3
4
. _   _   _   _   _   _   _   _  
_| |_| |_| |_| |_| |_| |_| |_| |_
 
  from here  |<->|  to there



but this is for single ended clocks. In the technical note it shows the pluse width the same as above, so to me it is one clock period wide. It is considering a differential clock. I read elsewhere that a differential clock is designated as a two-phase clock, but I am not sure.

My question is, is the clock period of a differential clock different to a single ended clock (as per definition, i mean)? Or is it just an error on the technical note? Because i think the diagram shows the pulse width one clock period wide, and not two as it should be...

thanks
 

A differential clock has the advantage of twice the SNR and much better common mode rejection and low jitter with controlled balanced impedance.

A two phase clock that simply uses an inverter with same rising edge has some skew whereas a differential clock has less skew since delays are similar.

Actually this just 1 phase inverted and should not be confused with a 90 deg shift or quadrature 2 phase clock used for other applications.

If asynch. clock is used , it must be synch'd by receiver 2x clock , so async clock must be <= 1/2fmax or >= 2 periods wide.

That has nothing to do with single or differential.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top