03-05-2010 05:11 AM
03-08-2010 12:45 AM
03-09-2010 11:12 AM
Hi Bluesky96,
What else is in these FPGA VIs? Do you have any lookup tables or Signal Generation functions? Is there any more to the error message that they give you?
03-17-2010 09:14 AM
03-17-2010 09:26 AM
03-18-2010 01:51 PM
Hi Bluesky96,
This error is due to a Xilinx environment variable being set during compilation and is specific to the Spartan 3E FPGA. This error occurs when a LabVIEW FPGA project with a Spartan 3E uses block RAM elements. In this case, the target-scoped FIFO in your project is configured to be implemented in block RAM, which is causing the error to occur. There are two courses of action we can take.
First, if your FIFO does not need to be 1029 elements and you have sufficient space remaining in your design, you can change the implementation to use Look-Up Tables or Flip Flops. This can be configured from the FIFO Properties dialog. However, some LabVIEW FPGA functions use block RAM behind the scenes and if you use those functions (1D LUT or signal generation VIs for example) you will still see this error.
In the case you cannot change the FIFO implementation or are using functions that require block RAM, I have put a modified compile server on our FTP site for you to download with instructions on setting it up. You can get it here. This version does not set the environment variable that causes the error, which changes the behavior of the compiler, but allows block RAM to compile for a Spartan 3E. This version has not been fully tested to guarantee this fix does not cause other issues, but in my cursory tests, no other problems were seen.
This link will only be valid for a limited period of time. If you are unable to download the file before the link becomes obsolete, please let me know so it can be posted again.
04-15-2010 12:58 AM
Hi Donovan
Could you please upload this SpartanServer again? I want to learn this example also.
Thanks
Supawat
04-16-2010 11:10 AM
04-16-2010 12:56 PM
Donovan B, Thanks for responding to my question ( and sorry for soooo late response I was working on other projects )
The complier is working fine. I've compiled and downloaded my VI and it's looking great. Again, thanks so much you made my life easeier.
04-16-2010 09:57 PM
Donovan
I got it. Thanks you very much.
Supawat.