LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA GATES IN USE by emulating a target

Hello,

I want to know how much Gates my program is using. I emulate a target in LabView FPGA and run it... Is there a option to see how much I would use of my emulated FPGA?

If not, is there any addiotinal software?

The reason is, with emulating different targets, I want to know wich target is the best for me to buy.

Thanks a lot.

Marc


0 Kudos
Message 1 of 2
(2,380 Views)
Marc,

the emulation mode offers only pass-through access to the I/Os of an R-Series board. As the Xilinx compiler isn't involved, there is no way to get an idea about the number of gates your code is going to use.
In fact there is no easy way to predict the FPGA usage of a program, as the Xilinx tools do optimization runs if required. E. g. if a piece of code uses 50% of the FPGA this doesn't mean that doubling the code will result in a 100% usage as the Xilinx compiler starts optimizing the code size, if it runs out of gates. In a scenario like this, you may even be able to triple the size of the code without running out of gates.

Still there is some help for estimating the FPGA uitilization of LabVIEW code. Please click here for more information.

Kind regards,

Jochen Klier
National Instruments
0 Kudos
Message 2 of 2
(2,356 Views)