10-30-2012 06:43 AM
Hello,
I have installed Labview 2012 with RT and FPGA module. (FPGA Compiler 13.4). I have also installed critical patches.
I run the compiler, but it stuck at the "Placing and Routing" and never compiles. (There were no problem with Labview2011 and FPGA compiler 12.4 with the same FPGA code).
Do I missing something?
Any help appreciated.
Thanks in advance.
10-31-2012 12:31 PM
Hi Tidus,
It sounds you have the correct software versions installed (see here), so I think we need to narrow down the issue. I have listed some steps and questions below that will help us narrow it down.
1. Is the compilation stall code specific; for example, can we compile any code (a basic VI or one of the shipping examples) or is it specific to just some code?
2. What OS are you using? 64 or 32-bit?
3. What target are we compiling the code for?
4. Could we get a screenshot of the code or the actual project that we are compiling?
5. What are our FPGA module settings (found by in LabVIEW going to Tools»Options and selecting the FPGA Module Category)? A screenshot would be helpful.
10-31-2012 01:02 PM
I have solved the problem. Sorry I forgot to write here.. It is about FPGA code. I was using the disable diagram in FPGA code which has an indicator in it. And I used its local variable in a while loop. I think that was the problem. After removing the local variable and disable diagram, problem solved. But there wasn't any warning about this! Besides it was working on previous version of FPGA module.
Thanks.