Jump to content

Extended memory from FPGA to RT controller


pzucchel

Recommended Posts

Hi,

i am currently experimenting on the more efficient way to transfer data (16K array with 16bit words) from the FPGA extended memory to the RT controller. Up to now, single words transfers and interrupt handshaking appears to me the best way....any suggestions? the creation of an intermediate array control, for example, has an enormous compilation time and i doubt is the more efficient way. I am not able to map a control onto the extended memory directly.....Please let me know of any suggestion,

Best Regards

Piero Zucchelli

Link to comment
  • 2 years later...

In LabVIEW 7.1, the way you are suggesting is in most cases the fastest way to send data to a host machine from the FPGA. You may be able to speed it up slightly by creating an intermediate array of 16 to 32 elements so the synchronization overhead is limited to a chunk of memory instead of a per element basis.

In LabVIEW 8.0, FPGA FIFOs are capable of using DMA to send data directly from the FPGA to the host and is orders of magnitude faster than the above method.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.