LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate 8.192MHz clock on labview FPGA 7854R series card?

Solved!
Go to solution

Hi,

   I am using NI PXI-7854R series card which has Xilinx Vertex 5 FPGA on it. I am trying to derive a clock of 8.192 MHz from the 40MHz on board clock of FPGA. But it ends up giving me only 8MHz clock. Is there any way of accessing the PLL which is on Xilinx FPGA?

 

Regards

0 Kudos
Message 1 of 2
(2,956 Views)
Solution
Accepted by topic author Work_Study

If you are familliar with VHDL you can make your own "Component Level IP" (aka CLIP) with a Xilinx PLL inside.  There are topics in the help and examples showing how to define a CLIP.  Here is one that shows how to instantiate a DCM (similar to a PLL) in a CLIP:

 

http://zone.ni.com/reference/en-XX/help/371599F-01/lvfpgahelp/fpga_clip_clock_ex_code/

0 Kudos
Message 2 of 2
(2,947 Views)