04-14-2015 02:19 PM
Hi,
I am trying to develop a general control architecture on FPGA side. The idea is to modify the controller parameter values on the RT side and the FPGA side should adapt accordingly. The goal is to avaoid unnecessary compilation/build time for FPGA code.
How can I transfer a parameter from RT to FPGA side?
Thanks,
Mayank
04-15-2015 08:58 AM - last edited on 01-04-2024 09:47 AM by migration-bot
Hello Mayank,
There is a good LabVIEW Help document that should answer your question about available communication methods:
If you are looking to transfer a large amount of data quickly/deterministically, I would suggest DMA FIFO.
04-15-2015 10:53 AM
Thank you, Siana.
Mayank