05-17-2013 03:34 AM
Hello all,
What is it better, to use registers to communicate between sctl loops or to use local variables? Is there any difference between them when the implementation inside the fpga is done?
Thanks in advance,
Imanol
05-21-2013
05:02 AM
- last edited on
03-14-2025
03:19 PM
by
Content Cleaner
If you implement your code in the top level FPGA VI you should avoid to use local variables because their front panel elements implement the interface to the Host and will need more resources.
Read this
Optimizing FPGA VI's for Speed and Size
Keep in mind that you can use SCTL's within While loops to optimize your code.
Hope it helps
Christian