Maker Pro
Maker Pro

seeking 2.5V, 100mhz clock source

J

John Williams

Hi folks,

I'm looking for a 2.5V, 100MHz clock source, preferably in a surface
mount package. Any part or supplier suggestions?

2.5V operation is my highest priority. Existence of an Australian
supplier would also be helpful!

Thanks,

John
 
J

John Larkin

Hi folks,

I'm looking for a 2.5V, 100MHz clock source, preferably in a surface
mount package. Any part or supplier suggestions?

2.5V operation is my highest priority. Existence of an Australian
supplier would also be helpful!

Thanks,

John

Um, how accurate? Must it be a crystal oscillator?

Why 2.5 volts? Clocking an FPGA or something?

John
 
G

Greg Neff

Hi folks,

I'm looking for a 2.5V, 100MHz clock source, preferably in a surface
mount package. Any part or supplier suggestions?

2.5V operation is my highest priority. Existence of an Australian
supplier would also be helpful!

Thanks,

John

At 2.5V you might be better off using a clock synthesizer, with a
lower frequency reference clock. At first glance the Motorola MPC9350
looks interesting.


================================

Greg Neff
VP Engineering
*Microsym* Computers Inc.
[email protected]
 
J

John Williams

Um, how accurate?

Well I'm not measuring the speed of light - but +/- 100ppm or so would
be good.
For any future critical time keeping applications I could use an RTC
chip or whatever.
Must it be a crystal oscillator?

Not necessarily - just simple and stable - basically just solder it in
and off I go...
Why 2.5 volts? Clocking an FPGA or something?

Precisely - and the IO bank onto which this clock comes is driving
some 2.5V DDR, so I don't have a lot of room to manoeuvre.

The FPGA is actually hosting a soft core microprocessor (running our
linux port no less!), so I'm just generating a processor clock with
it. The FPGA has a digital clock synthesiser inside it that I could
use, but I'd prefer not to "waste" one if I don't need to (since the
DDR drive logic needs a couple as well).

But I should ask... what are my options for simple and stable 2.5V
oscillators and lower frequencies (24Mhz, 66Mhz, ...)??

Thanks,

John
 
B

Bill Sloman

Well I'm not measuring the speed of light - but +/- 100ppm or so would
be good.
For any future critical time keeping applications I could use an RTC
chip or whatever.


Not necessarily - just simple and stable - basically just solder it in
and off I go...


Precisely - and the IO bank onto which this clock comes is driving
some 2.5V DDR, so I don't have a lot of room to manoeuvre.

The FPGA is actually hosting a soft core microprocessor (running our
linux port no less!), so I'm just generating a processor clock with
it. The FPGA has a digital clock synthesiser inside it that I could
use, but I'd prefer not to "waste" one if I don't need to (since the
DDR drive logic needs a couple as well).

But I should ask... what are my options for simple and stable 2.5V
oscillators and lower frequencies (24Mhz, 66Mhz, ...)??

Farnell stock two 100MHz crystal-controlled oscillators in SMD
packages - order codes 316-0282 (from C-MAC) and 329-8504 (from
SaRonix). Both are intended to run from 3.3V supplies.

IIRR some low voltage FPGA's can tolerate input voltages that go
higher than their supplies, so you might not need to divide or diode
clamp the outputs.

At 100MHz, low-voltage differential signals (LVDS), which can be
terminated without dissipating too much heat, are an attractive
option, and some FPGAs offer inputs which can be configured to accept
such signals.

The C-MAC web-site

http://www.cmac.com/mt/databook/

lists SMD oscillators offering ECL and PECL outputs, which have the
right sort of limited voltage swing, but probably not at the right DC
level - you might be able to do something with capacitor or
transformer coupling. I'd use a couple of wide-band transistors in
SOT-23 packages(BFR92 for NPN, BFT92 for PNP) to do any necessary
level and amplitude switching, but I've done it before.
 
F

Fred Bloggs

John said:
Well I'm not measuring the speed of light - but +/- 100ppm or so would
be good.
For any future critical time keeping applications I could use an RTC
chip or whatever.




Not necessarily - just simple and stable - basically just solder it in
and off I go...




Precisely - and the IO bank onto which this clock comes is driving
some 2.5V DDR, so I don't have a lot of room to manoeuvre.

The FPGA is actually hosting a soft core microprocessor (running our
linux port no less!), so I'm just generating a processor clock with
it. The FPGA has a digital clock synthesiser inside it that I could
use, but I'd prefer not to "waste" one if I don't need to (since the
DDR drive logic needs a couple as well).

But I should ask... what are my options for simple and stable 2.5V
oscillators and lower frequencies (24Mhz, 66Mhz, ...)??

Thanks,

John

This will do it:

http://www.eea.epson.com/go/Prod_Ad...ategoryId=EEA.QD.SAW_Products.SAW_Oscillators

-or-

http://www.eea.epson.com/go/Prod_Ad.../SAW_Oscillators/go/Resources/TestC2/EG2021CA

If you can't paste that link, then the P/N is EG-2021CA at:
http://www.eea.epson.com/go/EEA
 
J

John Williams

Fred said:

I just noticed that these devices are due for mass production in Spring
2004, given the small numbers we'll be wanting, I wouldn't expect to get
some any time soon.

So, falling back to al ower frequency, but still on 2.5V.. It is stated
explicitly in the Xilinx data sheets not to drive an input above it's
rated voltage - so I'm not happy about using a 3.3V clock.

So, any 2.5V oscillators at 25-66Mhz?

Thanks,

John
 
B

budgie

I just noticed that these devices are due for mass production in Spring
2004, given the small numbers we'll be wanting, I wouldn't expect to get
some any time soon.

So, falling back to al ower frequency, but still on 2.5V.. It is stated
explicitly in the Xilinx data sheets not to drive an input above it's
rated voltage - so I'm not happy about using a 3.3V clock.

So, any 2.5V oscillators at 25-66Mhz?

John, maybe I'm missing something here. Why not use a simple level
translation stage (one transistor) or even a level clamp? That way,
any TTL oscillator source can be used.
 
H

Hal Murray

So, falling back to al ower frequency, but still on 2.5V.. It is stated
explicitly in the Xilinx data sheets not to drive an input above it's
rated voltage - so I'm not happy about using a 3.3V clock.

So, any 2.5V oscillators at 25-66Mhz?

It sounds like you have a 3.3V supply handy. What's wrong with
a simple resistive divider?

I'd also be looking at something like AC coupling LVPECL.
 
Top