The size of the memory blocks you can allocate in the project and use in your FPGA VI is limited by the size of the memory available on your FPGA device. This memory is in the range of 80-192 kB depending on which FPGA device you are using. Please check the data sheet or manual for your device for details.
So unfortunately you will not be able to store the complete waveform on the FPGA device.
Your best option is to stream the waveform from host memory to the FPGA device using DMA and generate the data from the DMA FIFO in the FPGA VI.
Message Edited by Christian L on
08-06-2008 06:24 PM
authored byChristian L, CLA
Systems Engineering Manager - Automotive and Transportation
NI - Austin, TX

