]> sigrok.org Git - libsigrok.git/commit
sysclk-lwla: Load bitstream files in RBF format.
authorDaniel Elstner <redacted>
Sat, 25 Jan 2014 01:21:19 +0000 (02:21 +0100)
committerDaniel Elstner <redacted>
Sat, 25 Jan 2014 19:44:42 +0000 (20:44 +0100)
commitc2066c2104f46bd88b40a6dc2f0051fe1272ff8a
tree6be58b8ece127ddd4adfb9c70bb0afbcd6bae8c1
parent7f4975b4401a1e8de61e356b5b272fc00b658260
sysclk-lwla: Load bitstream files in RBF format.

Modify the bitstream loading routine to work directly with the
Raw Binary Files (.rbf) generated by Altera tools.  Previously,
a custom format was used which was basically an RBF preceded by
a 4-byte header specifying the transfer length.
hardware/sysclk-lwla/lwla.c
hardware/sysclk-lwla/lwla.h
hardware/sysclk-lwla/protocol.c