04-07-2009 08:49 AM
04-08-2009 08:34 AM
Hey mgroom,
Are you asking why can you select FPGA VI or bitfile on the Open FPGA Reference VI?
When you have VI selected, if you change the FPGA VI, then your host code will tell you that you need to recompile before you can run. So, your host code stays synched up with the version of your FPGA VI that is in the project.
If you select the bitfile then you can make changes to the FPGA VI in LabVIEW and save them, and as long as you don't recompile and overwrite the bitfile, you can still run your host code with the compiled version of your FPGA VI. Additionally, if someone gives you a bit file, you can use it without even having the VI.
Hope this helps.
Kurt
04-09-2009 07:56 AM
Thanks for the info Kurt.
It looks like the bitfile is best used when the software is complete and the .vi allows flexability when developing.
Merrill