LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Testing changes in fpga code without reloading

Solved!
Go to solution

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!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 2
(2,047 Views)
Solution
Accepted by topic author jyang72211

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.

Message 2 of 2
(2,038 Views)