Visit our LabVIEW Wiki LabVIEW Embedded Portal
Tags |
(This content has not been tagged yet)
|
![]() |
Jul 21 2004, 06:41 AM
Post
#1
|
|||
|
Enough LAVA to be dangerous Member Posts: 4 Joined: 28-June 04 Member No.: 489 LV:7.1 |
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
|
||
|
|
|||
| Ad |
Jul 21 2004, 06:41 AM
Post
#
|
||
|
|
|
||
|
|
|||
Sep 26 2006, 05:13 PM
Post
#2
|
|||
|
One hit wonder! Member Posts: 1 Joined: 7-October 05 Member No.: 3185 Using LabVIEW Since:2002 LV:8.20 ,. ,.
|
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.
|
||
|
|
|||
![]() ![]() |
| Time is now: 8th January 2009 - 08:24 PM |