openFPGALoader/src
Ed Bordin d24c63ec8a trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
..
altera.cpp trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
altera.hpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
bitparser.cpp trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10: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 introduce DirtyJTAG cable 2020-06-14 15:41:00 +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
cxxopts.hpp cxxopts: fix option_matcher regex 2020-07-24 08:34:44 +02: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
dirtyJtag.cpp trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
dirtyJtag.hpp introduce DirtyJTAG cable 2020-06-14 15:41:00 +02:00
display.cpp display: use isatty() for (no)color 2020-07-11 07:56:11 +02: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 trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
ftdiJtagBitbang.hpp restructure hierarchy/abstraction: 2020-05-31 15:57:21 +02:00
ftdiJtagMPSSE.cpp ftdiJtagMPSSE: read mpsse_write return in toggleClk 2020-06-23 10:13:35 +02:00
ftdiJtagMPSSE.hpp restructure hierarchy/abstraction: 2020-05-31 15:57:21 +02:00
ftdipp_mpsse.cpp trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
ftdipp_mpsse.hpp ftdipp_mpsse: change clkHZ visibility 2020-05-31 15:56:35 +02: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 trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
gowin.hpp gowin: add flash GW1N1 support 2020-05-23 14:51:48 +02: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 trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
jtag.hpp restructure hierarchy/abstraction: 2020-05-31 15:57:21 +02:00
jtagInterface.hpp restructure hierarchy/abstraction: 2020-05-31 15:57:21 +02:00
lattice.cpp trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10:00
lattice.hpp lattice: flash EBR when jed has this section 2020-05-02 09:47:41 +02:00
latticeBitParser.cpp trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10: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 trabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock) 2020-07-25 12:55:41 +10: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