]> sigrok.org Git - libsigrok.git/commit - src/hardware/dslogic/dslogic.h
Fix DSLogic FPGA binary image upload and signal acquisition.
authorDiego Asanza <redacted>
Wed, 30 Mar 2016 17:04:54 +0000 (19:04 +0200)
committerUwe Hermann <redacted>
Wed, 13 Apr 2016 07:35:02 +0000 (09:35 +0200)
commit3f0ff4128447a7fc1e0105b85cdc9cfcf831dafc
treef154549b7175b2833e58c972cad218d97fbb2e98
parent600cc1a8a5714da133a4a6b91b792f8416baa0ae
Fix DSLogic FPGA binary image upload and signal acquisition.

For some reason, uploading the FPGA binary into DSLogic in small chunks
does not work. In this commit, the whole binary image is loaded into memory
and transfer is done in one chunk.

Furthermore, the FPGA configuration structure was not initialized
properly. This was changed with the initialization values taken from the
original DSLogic software.

Signed-off-by: Diego Asanza <redacted>
src/hardware/fx2lafw/dslogic.c
src/hardware/fx2lafw/dslogic.h