11-02-2009 09:38 AM
Hi,
How can I use my old FPGA VI bitfile without compiling the VI? In LV8.6 I could go to Tools>>FPGA Module Options and mark the Beginning to compile -warning to show always but in LV2009, when I select Tools>>FPGA Module Options, I can only see the Configure compile settings dialog box and not the FPGA Module Options.
BR,
heikki
11-02-2009 10:43 AM
I'm not sure if it's possible to do what you are trying to do in LabVIEW 2009. Hopefully someone else can answer that question.
However, you really don't want to do that. If you have an old bitfile, you should only download and run that bitfile using the FPGA Interface API. When you run the FPGA VI directly, LabVIEW assumes the interface to the bitfile based on the front panel of the VI. It's technically possible that you have somehow changed your front panel so that LabVIEW expects the address of a certain control to be at a different location from where it really is. That would be very bad. When using the FPGA Interface, LabVIEW looks at the bitfile for all that information so it is guaranteed to be consistant.
11-03-2009 01:49 AM