Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | DCM Jitter?

There are 8 messages in this thread.

You are currently looking at messages 0 to 8.

DCM Jitter? - Clark Pope - 2004-02-14 11:49:00

I had planned to generate an ADC clock from a DCM
block in my VirtexII. I'm
told the jitter on the DCM output clock is likely to degrade the ADC
performance. The ADC clock is 56 MHz. The source clock will be 8MHz so I
need 7x in the DCM.

Is the jitter really a major problem at 56MHz?

Thanks,
Clark


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: DCM Jitter? - Hal Murray - 2004-02-14 17:17:00

>Is the jitter really a major problem at
56MHz?

That depends upon YOUR application.

Get out an old envelope and do some rough calculations.

What's the fastest rise time of a signal you will be looking at?
As an estimate, use the highest frequency sine wave at max amplitude.

How many pico-seconds does your clock need to be off in order to
make a 1 LSB change in the reading?

-- 
The suespammers.org mail server is located in California.  So are all my
other mailboxes.  Please do not send unsolicited bulk e-mail or unsolicited
commercial e-mail to my suespammers.org address or any of my other addresses.
These are my opinions, not necessarily my employer's.  I hate spam.


Re: DCM Jitter? - Kevin Neilson - 2004-02-14 21:31:00

Last time I checked, the jitter when using the
CLKFX output was surprisingly
large.  I needed to multiply by 4X so I cascaded two DCMs together, using
the CLK2X outputs, which had much less jitter.  I don't know if CLKFX jitter
has been improved since I last checked.
-Kevin

"Clark Pope" <c...@mindspring.com> wrote in message
news:FksXb.5284$h...@newsread3.news.atl.earthlink.net...
> I had planned to generate an ADC clock from a DCM block in my VirtexII.
I'm
> told the jitter on the DCM output clock is likely to degrade the ADC
> performance. The ADC clock is 56 MHz. The source clock will be 8MHz so I
> need 7x in the DCM.
>
> Is the jitter really a major problem at 56MHz?
>
> Thanks,
> Clark
>
>


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: DCM Jitter? - Ray Andraka - 2004-02-15 00:08:00

Depends on the application, but off-hand, the
answer is most likely it will
result in an unacceptably high noise floor at 56 MHz assuming your bandwidth
requirements are such that a 56 MHz sampling clock is needed.

Clark Pope wrote:

> I had planned to generate an ADC clock from a DCM block in my VirtexII. I'm
> told the jitter on the DCM output clock is likely to degrade the ADC
> performance. The ADC clock is 56 MHz. The source clock will be 8MHz so I
> need 7x in the DCM.
>
> Is the jitter really a major problem at 56MHz?
>
> Thanks,
> Clark

--
--Ray Andraka, P.E.
President, the Andraka Consulting Group, Inc.
401/884-7930     Fax 401/884-7950
email r...@andraka.com
http://www.andraka.com

 "They that give up essential liberty to obtain a little
  temporary safety deserve neither liberty nor safety."
                                          -Benjamin Franklin, 1759



Re: DCM Jitter? - Martin Euredjian - 2004-02-15 15:38:00

Clark Pope wrote:

> performance. The ADC clock is 56 MHz. The source clock will be 8MHz so I
> need 7x in the DCM.


The DCM won't work with an input frequency of 8MHz.  The minimum input is
somewhere around 24MHz.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Martin Euredjian

To send private email:
0...@pacbell.net
where
"0_0_0_0_"  =  "martineu"




Re: DCM Jitter? - symon - 2004-02-16 18:13:00

"Martin Euredjian"
<0...@pacbell.net> wrote in message
news:oNQXb.25656$G...@newssvr25.news.prodigy.com...
> Clark Pope wrote:
>
> > performance. The ADC clock is 56 MHz. The source clock will be 8MHz so I
> > need 7x in the DCM.
>
>
> The DCM won't work with an input frequency of 8MHz.  The minimum input is
> somewhere around 24MHz.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Martin Euredjian
>
FCS, how many times does someone say this on here? If you use the CLKFX
output you can use input frequencies down to 1MHz, as long as the output
frequency is over 24MHz. The OP's system will work, but it'll be jittery.
Use the jitter calculator on the Xilinx website to find out how jittery.
cheers, Symsx.>


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: DCM Jitter? - Martin Euredjian - 2004-02-16 19:36:00

> FCS, how many times does someone say this on
here? If you use the CLKFX
> output you can use input frequencies down to 1MHz, as long as the output
> frequency is over 24MHz. The OP's system will work, but it'll be jittery.
> Use the jitter calculator on the Xilinx website to find out how jittery.
> cheers, Symsx.>

Right you are.  I assumed a couple of things here.  One, that he needed this
8MHz input clock for the rest of the logic.  Of course, you could use more
than one DCM.  No problems there.

Jitter for a CLKFX-only implementation is about 0.9ns from 8MHz to 56MHz.
This would affect the SNR performance (due to aperture uncertainty)
attainable by an otherwise good ADC.  I assumed that this would not be
acceptable and, therefore, the CLKFX option would not be available.  I would
choose to go with a high quality 56MHz clock and divide it down for internal
FPGA logic, if required.


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Martin Euredjian

To send private email:
0...@pacbell.net
where
"0_0_0_0_"  =  "martineu"



Re: DCM Jitter? - Symon - 2004-02-16 20:30:00

> Right you are.  I assumed a couple of things
here.  One, that he needed
this
> 8MHz input clock for the rest of the logic.  Of course, you could use more
> than one DCM.  No problems there.
>
> Jitter for a CLKFX-only implementation is about 0.9ns from 8MHz to 56MHz.
> This would affect the SNR performance (due to aperture uncertainty)
> attainable by an otherwise good ADC.  I assumed that this would not be
> acceptable and, therefore, the CLKFX option would not be available.  I
would
> choose to go with a high quality 56MHz clock and divide it down for
internal
> FPGA logic, if required.
> -- 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Martin Euredjian
Martin,
Good points, your suggestion of using a good 56MHz source and a divided down
enable for the 8 MHz functionality is the way I'd go too.
Cheers, Syms.


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.