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: 

FPGA - Compile timing error - on board clock lower than requested clock

Solved!
Go to solution

I'm having trouble compiling my FPGA code. The problem is the clock on my FPGA target is lower than what I am able to select when creating my code. This causes me to get a timing error when compiling. I've posted pictures to try to help. Does anyone have an idea on how to fix this? FWI I'm very new to LabVIEW.

0 Kudos
Message 1 of 3
(2,234 Views)

Hi truby,

 

Does anyone have an idea on how to fix this?

Well: improve your code!

 

Don't you think it would help to see your FPGA VI (even better the whole project)?

How else can we tell how to spot the problem and how to get away with it?

 

Did you try to compile with speed optimization enabled (in the compile settings)?

Do you use a TWL in your code with too much (unoptimized) code inside?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,196 Views)
Solution
Accepted by topic author truby

Thanks for the reply. I found out I was given faulty code. I was given something and told to build on top of it. Now the original code has been fixed and its working. I thought that this error could of been a common LabVIEW error and not a problem with the code.

0 Kudos
Message 3 of 3
(2,180 Views)