06-29-2016 10:02 AM
Hello
Good,
I write because I need pass a big constant array of gvi (VI) to constant array or stream of gmrd (Multirate Diagram).
Basically, I need upload large arrays or stream and I don't write element by element.
thanks for your help
Leo
06-29-2016 10:40 AM
Is this on the host or FPGA?
06-29-2016 11:15 AM
all FPGA
Regards
Leo
06-29-2016 11:36 AM
Check the Guided Help (Learn tab>>Getting Started>>FPGA>>Deploying Applications to an FPGA, it shows you how.
Basically, when you drop an MRD down its inputs are FIFO references. Note that because MRDs are their own clock domains, they exist outside a CDL loop and communicate via FIFOs for streaming data in and out.
06-29-2016 02:41 PM
I find other solution
In Multirrate Diagram put FPGA IP.
This is a VI diagram,
copy constant array and asigned port for select data array and out data.
remenber, put correct type data
regards
Leo
06-29-2016 02:46 PM
Ahh, I misunderstood. I thought you were trying to determine how to pass data into MRD from your CDL. Yeah that makes sense, and there are some Stream to Array functions in MRD too!
06-29-2016 03:09 PM
Do you mind attaching a screenshot of the soluition so we can see?
Thanks!!
07-12-2016 07:52 AM
good day
I attached an example
thanks