LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fpga compilation

Solved!
Go to solution

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,
 

0 Kudos
Message 1 of 3
(2,107 Views)
Solution
Accepted by topic author HITMANNN

@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!

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 2 of 3
(2,093 Views)

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.

Cheers!

TJ G
Message 3 of 3
(2,082 Views)