LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA FlexIO: how can I get 250Mhz clock from 40Mhz clock on board pxi-7954?

Hi!

I hope to get 250Mhz clock from 40Mhz clock on Pxi-7954.
I need 250Mhz clock with 0 phase/90 phase/180 phase /270 phase.
I don't how to do....
0 Kudos
Message 1 of 5
(3,057 Views)

You can generate a derived Clock by right-clicking the "40MHz Onboard Clock" in your project and select "New FPGA derived Clock".

 

 

Christian

0 Kudos
Message 2 of 5
(3,023 Views)

Thank you!

I need four phase clock with 0 degree,90  degree,180degree,270degree.

use  clip ,I can  get  it, but  compiled error.

0 Kudos
Message 3 of 5
(3,005 Views)

To have a 250MHz clock with 90/180/270/360 degree phase shift, you would need a 1GHz clock (4 times faster) to add the necessary delay to each of the clocks.

 

This is not possible with this hardware.

 

 

Christian

0 Kudos
Message 4 of 5
(2,996 Views)

You'll have to instantiate a PLL in a CLIP to get the 4 different phases of the 250 MHz clock.  You can instantiate this manually or use the Xilinx coregen GUI.

 

-RB

0 Kudos
Message 5 of 5
(2,987 Views)