02-20-2024 06:36 PM
I have a simple question about LabVIEW FPGA which I believe is causing me trouble:
If I am reading a block memory outside of a SCTL (in a normal while loop) and the block memory has 2 cycles of read latency, will the block memory provide a proper value in a given iteration without any pipelining or other considerations?
Thank you
Solved! Go to Solution.
02-21-2024 02:13 PM
@Gryffin wrote:
I have a simple question about LabVIEW FPGA which I believe is causing me trouble:
If I am reading a block memory outside of a SCTL (in a normal while loop) and the block memory has 2 cycles of read latency, will the block memory provide a proper value in a given iteration without any pipelining or other considerations?
Thank you
I have only used it in a SCTL. I think this could be tried out in a simple test VI.
02-22-2024 05:38 AM
I've only ever used SCTLs, but I think normal while loops handle all of the latencies in the background, so yes I think it should return a valid value each time. But this needs to be tested in a VI.