11-09-2007 01:47 PM
11-09-2007 01:55 PM - edited 11-09-2007 01:55 PM
04-10-2008 10:42 AM
10-19-2010 05:27 AM
Hi all,
i have a similar problem: I want to communicate (simple things like read&write registers) with a FPGA Xilinx XC3S17 on a Digilent Nexys2 board. I saw that in digilent website there is the library in c/c++..
With a shared library .dll, can I control the FPGA with labview?
Is there anyone that had this problem?
Thanks,
Nicola
10-20-2010 03:55 PM
Nicola:
I can't really speak to your hardware (it isn't going to be officially supported), but if the functionality you need is implemented in the .dll that ships with your board, you could potentially use LabVIEW to call and use the .dll.
Just bear in mind that the hardware interaction has to happen through the .dll, as there isn't any direct support for that hardware in LabVIEW.
Good luck!