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.

[FPGA] Spread-Spectrum & Clock Switchover (How to ?)

Status
Not open for further replies.

joe2moon

Full Member level 5
Joined
Apr 19, 2002
Messages
280
Helped
19
Reputation
38
Reaction score
7
Trophy points
1,298
Location
MOON
Activity points
3,717
fpga spread spectrum

2 question(s) about FPGA technology:

First,
how to implement the spread-spectrum PLL on FPGA ?
/*--- Spread-spectrum clocking schemes
spread the fundamental clock frequency energy
to minimize energy peaks at specific frequencies. ---*/

Second,
how to implement the clock switchover circuity on FPGA ?
/*-- Clock switchover feature can also be used for
switching between clock inputs of different frequencies. ---*/
-------------------------------------------------------------

BTW, can we apply technologies mentioned above to ASIC design ?

ref:
h**p://www.altera.c0m/products/devices/stratix/features/stx-pll_features.html#clock-switchover
 

generating a spread spectrum clock verilog

first - i think that is really hard to implement a spread spectrum oscillator on FPGA. i think that is better that you see at cypress or ti that have spread spectrum generator.
second- if you woud switch when the clock fail i think that you nedd a major frequency, whit this clock you sample the lower clock. whit this philosphy you implement a simple watchdog, when it goes on you switch,
Depending which kind of switcover time you nedd.
bye.
g,
 

Make my question(s) more clear !

I DO NOT intend to implement
1) spread spectrum PLL, and
2) clock switchover circuity
on FPGA.

What I like to know is "how @ltera implements these on its device ?"

Since I'm wondering if I can use the same technique on ASIC design.

If possible (on ASIC), I would like to know "how to implement them ?"

Furthermore, if them can be done with pure "digital" circuit(s),
then I am interesting about "how to implement them with Verilog ?"
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top