07-03-2018 02:58 PM - edited 07-03-2018 03:00 PM
My application uses the function: LabVIEW 2015\instr.lib\niIFDig\Memory FIFO\v1\FPGA\DRAM\U512x1\Public\Create Resources.vi
The Host and FPGA code compiles and runs with no problem.
If I try to run it in simulation mode, Windows, that is the LabVIEW FPGA simulation software runs out of memory at this function.
The application needs 1048576 elements.
I worked around this by setting this value at 32768 using a conditional disable structure and I am able to run in simulation mode.
See screen shot below:
I figured this out 'by accident' and some NI people confirmed this is as being a known thing. Could I get a link to a reference for future use and the training of customer/internal team members?
This is using LabVIEW 2015. If it is better in newer versions that would be good to know.
07-06-2018 07:20 PM
Hi Terry_Ale:
Is this VI part of a driver? I have been looking for it or for documentation on it but have had no luck so far.
07-07-2018 08:54 AM
Can you upload the code?
07-10-2018 06:12 PM
This is part of one of the following drivers:
LabVIEW FPGA 2015
NI FlexRIO 15.0
NI RF Device Drivers 2015.11
Thank you for the responses so far. As it is, I am unable to post the source but I will extract the parts that are causing this to break and share.