openFPGALoader/src
Martin Pittermann e93034db69 clean up --freq parser 2020-05-25 10:33:09 +02:00
..
altera.cpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
altera.hpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
bitparser.cpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
bitparser.hpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
board.hpp Add support for ECPIX-5 2020-05-12 19:09:30 +02:00
cable.hpp Add support for ECPIX-5 2020-05-12 19:09:30 +02:00
configBitstreamParser.cpp configBitstreamParser: add map to store file header 2020-03-20 18:01:48 +01:00
configBitstreamParser.hpp configBitstreamParser: add map to store file header 2020-03-20 18:01:48 +01:00
device.cpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
device.hpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
display.cpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
display.hpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
epcq.cpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
epcq.hpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
fsparser.cpp fsparser: compute configuration data checksum instead of using the one provided in the comments 2020-03-22 19:16:52 +01:00
fsparser.hpp fsparser: use map provided by configBitstreamParser instead of a lot a variable. 2020-03-20 18:55:13 +01:00
ftdiJtagBitbang.cpp jtag, ftdiJtagBitbang: improve tms flush and fix data reconstruct in specific conditions 2020-05-19 08:32:43 +02:00
ftdiJtagBitbang.hpp jtag, ftdiJtagBitbang: improve tms flush and fix data reconstruct in specific conditions 2020-05-19 08:32:43 +02:00
ftdiJtagMPSSE.cpp always pass cable configuration. Check if /dev if empty or not 2020-03-08 16:58:05 +01:00
ftdiJtagMPSSE.hpp add interface id in mpsse_bit_config. 2020-03-07 07:19:20 +01:00
ftdipp_mpsse.cpp use libusb_attach_kernel_driver only when OS is Linux 2020-03-17 07:25:26 +01:00
ftdipp_mpsse.hpp always pass cable configuration. Check if /dev if empty or not 2020-03-08 16:58:05 +01:00
ftdispi.cpp always pass cable configuration. Check if /dev if empty or not 2020-03-08 16:58:05 +01:00
ftdispi.hpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
gowin.cpp gowin: fix internal flash 2020-05-12 10:49:58 +02:00
gowin.hpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
jedParser.cpp jedParser: Note lines may start with N or NOTE 2020-05-02 09:10:44 +02:00
jedParser.hpp jedParser: check if a \r char is present 2020-05-02 08:51:24 +02:00
jtag.cpp jtag, ftdiJtagBitbang: improve tms flush and fix data reconstruct in specific conditions 2020-05-19 08:32:43 +02:00
jtag.hpp jtag: re-add lost dev parameter 2020-03-08 07:52:17 +01:00
jtagInterface.hpp jtagInterface: introduce abstraction between jtag implementation and hardware 2020-03-05 19:53:35 +01:00
lattice.cpp lattice: add mcs support for extFlash 2020-05-19 07:59:19 +02:00
lattice.hpp lattice: flash EBR when jed has this section 2020-05-02 09:47:41 +02:00
latticeBitParser.cpp latticeBitParser.cpp: parseHeader: force comparison in unsigned char 2020-01-31 22:13:15 +01:00
latticeBitParser.hpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
main.cpp clean up --freq parser 2020-05-25 10:33:09 +02:00
mcsParser.cpp mcsParser: length must be in bit. Allows to store data in direct or reverse Byte order 2020-05-19 07:58:08 +02:00
mcsParser.hpp mcsParser: length must be in bit. Allows to store data in direct or reverse Byte order 2020-05-19 07:58:08 +02:00
openFPGALoader.h.in Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
part.hpp part: add idcode for LCMX02-7000HC 2020-05-04 13:09:01 +02:00
progressBar.cpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
progressBar.hpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
spiFlash.cpp unlock block if locked before erase/flash 2020-04-21 19:25:35 +02:00
spiFlash.hpp spiFlash: use spiInterface to hide communication details 2020-04-21 09:00:57 +02:00
spiInterface.hpp spiInterface: abstract class for SPI xfer 2020-04-21 08:53:52 +02:00
svf_jtag.cpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
svf_jtag.hpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
xilinx.cpp xilinx: update according to mcsParser modifications 2020-05-19 07:58:37 +02:00
xilinx.hpp xilinx: implement spiInterface and pass this instead of jtag to spiFlash class 2020-04-21 09:08:32 +02:00