03-12-2012 06:23 AM
Hi!
How can I compile some code to FPGA without hardware. I only want to see something about BRAMs on my FPGA. If I compile some code to FPGA with real hardware, it takes too long.
Best regards,
Solved! Go to Solution.
03-12-2012 07:55 AM
@HITMANNN wrote:If I compile some code to FPGA with real hardware, it takes too long.
As long as you have defined your specific hardware in the LabVIEW project, you can compile your FPGA VIs with or without it connected, but in all cases it will take the same time to compile. Compiling to FPGA can be a lengthy process!
03-12-2012 09:50 AM
Hi HITMANNN
I think that this might actually be what you're looking for: http://zone.ni.com/reference/en-XX/help/371599G-01/lvfpgahelp/fpga_host_running/
You can simulate your VIs on your host machine without compiling them by using the method described in that document. This significantly reduces development time if you just want to check the behavior of your VIs.