02-06-2014 07:50 AM
Trying do compile some simple FPGA vis to my myRIO, but often get the attached error from the compiler. I have had parts of vi working temporarily by manually programming everything from scratch again (no copy-paste from other vi), but now the simplest things (two while loops, one with FPGA I/O node and one with FPGA Property node, really really basic stuff) also give this error. This is getting frustrating. What am I doing wrong?
best regards
soeren
Solved! Go to Solution.
02-06-2014 07:54 AM
....and here we go with the error:
LabVIEW FPGA: The compilation failed due to timing violations, but there is no path information because the timing violations are not of type PERIOD.
02-06-2014 09:17 AM
Hey Soeren,
Can you post your code.
Thanks!
-Sam K
Join / Follow the LabVIEW Hacker Group on google+
02-07-2014 03:07 AM
Here we go. Fairly simple stuff.
soeren
02-10-2014 04:22 AM
Hi again ppl
I have now come up with a "solution". It turns out that if I create a new vi and manually (.......yes manually) start placing blocks and making loops I can actually compile the FPGA vi. Somehow copy-pasting loops from one to the other vi makes it malfunction.
Have anybody else experienced this?
.......anyway back to programming
soeren