From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

clock divider FPGA C-RIO

Hello everybody,

 

I am using the FPGA of the C-RIO 9082. However, when compiling, a timing error is launched, and the problem is that there is a 862 ns delay; the solution could be to reduce the clock that triggers the loop; the problem is that this clock cannot have a smaller frequency than 2.5 MHz. Is there any possibility to divide this frequency??

 

Thanks in advance,

 

Aitor

0 Kudos
Message 1 of 2
(2,921 Views)

Yes you can! Create a Derived Clock in your project. Now use this new (slower) clock as your clock source in your FPGA timed loop. You can also select the new clock as your Top-Level clock.

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