03-26-2012 12:57 PM
I understand that after a fpga code is changed, it needs to be reloaded into the fpga. Is there a way to test the fpga code on PC without reloading the bit file back into the fpga each time? Thanks!
Solved! Go to Solution.
03-26-2012 02:05 PM
Yes - right-click on the FPGA target in the project and choose "Execute VI on..." You can always run in simulation with simulated IO; some devices support simulation with real IO as well. Of course it won't run anywhere close to real speed, but you can use the standard LabVIEW debugging tools like probes, execution highlighting and breakpoints.