If you want to optimize the performance of an FPGA VI, you might be able to modify the FPGA VI to increase speed, decrease the FPGA logic utilization, or both.
The following table includes techniques you can use to optimize an FPGA VI.
![]() |
Note To understand the techniques in this table, you must be familiar with registers. |
| Optimization Technique | FPGA Speed | FPGA Size |
|
Reduce combinatorial paths. |
|
|
|
Use pipelining when appropriate. |
|
|
|
|
|
|
|
Use parallel operations. |
|
|
|
Select Never Arbitrate as an arbitration option. |
|
|
|
Use non-reentrant subVIs. |
|
|
|
Use reentrant subVIs. |
|
|
|
Limit the number of front panel objects, such as arrays. |
|
|
|
Use the smallest data type possible. |
|
|
|
Limit the size of custom data types. |
|
|
|
Avoid large VIs and functions, if possible. |
|
|
|
Schedule timing using handshaking signals. |
|
|
|
Reduce block memory resource usage by configuring dual port read access if possible. |
|
|