openFPGALoader/src
Gwenhael Goavec-Merou 8fb36f9ba9 main: improve flash direct access 2020-10-07 07:47:46 +02: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
anlogic.cpp anlogic, lattice, xilinx: fix comparision signed/unsigned 2020-09-05 08:00:58 +02:00
anlogic.hpp anlogic: add SPI flash support 2020-08-24 08:54:45 +02:00
anlogicBitParser.cpp anlogicBitParser: allows to reverse (or not) bytes 2020-08-24 08:53:30 +02:00
anlogicBitParser.hpp anlogicBitParser: allows to reverse (or not) bytes 2020-08-24 08:53:30 +02:00
anlogicCable.cpp introduce anlogic JTAG adapter (tested with sipeed lichee tang 2020-08-20 16:57:25 +02:00
anlogicCable.hpp introduce anlogic JTAG adapter (tested with sipeed lichee tang 2020-08-20 16:57:25 +02:00
bitparser.cpp bitparser: reverOrder is now configurable, fix _bit_length must be in bit instead of byte 2020-09-25 18:42:32 +02:00
bitparser.hpp bitparser: reverOrder is now configurable, fix _bit_length must be in bit instead of byte 2020-09-25 18:42:32 +02:00
board.hpp board: crosslinknx_evn 2020-09-26 08:47:26 +02:00
cable.hpp review fixes: refactoring and readme update 2020-09-22 19:22:51 +03:00
configBitstreamParser.cpp cppcheck 2020-08-19 16:53:49 +02:00
configBitstreamParser.hpp cppcheck 2020-08-19 16:53:49 +02:00
cxxopts.hpp add CLI args to provide pin mapping for bitbang mode (ft232 and ft231x) 2020-08-04 17:36:33 +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 ftdispi, ecpq: use enum for endianness and cs mode 2020-10-06 08:36:12 +02: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: fix checksum for gw1n with ram 2020-09-29 08:07:57 +02: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 fix line too long 2020-10-05 14:49:42 +02:00
ftdiJtagBitbang.hpp add ftdi serial argument 2020-09-29 14:16:30 +02:00
ftdiJtagMPSSE.cpp add ftdi serial argument 2020-09-29 14:16:30 +02:00
ftdiJtagMPSSE.hpp add ftdi serial argument 2020-09-29 14:16:30 +02:00
ftdipp_mpsse.cpp add ftdi serial argument 2020-09-29 14:16:30 +02:00
ftdipp_mpsse.hpp add ftdi serial argument 2020-09-29 14:16:30 +02:00
ftdispi.cpp ftdispi: force mode 0 by default 2020-10-06 08:36:31 +02:00
ftdispi.hpp ftdispi, ecpq: use enum for endianness and cs mode 2020-10-06 08:36:12 +02:00
gowin.cpp gowin: Fix flash write message and display checksum when SRAM fail 2020-09-28 16:25:33 +02: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 add ftdi serial argument 2020-09-29 14:16:30 +02:00
jtag.hpp add ftdi serial argument 2020-09-29 14:16:30 +02:00
jtagInterface.hpp restructure hierarchy/abstraction: 2020-05-31 15:57:21 +02:00
lattice.cpp fix MACHXO3LF family 2020-09-29 16:13:54 +02:00
lattice.hpp lattice: adapt status register to support nexus devices 2020-09-26 08:40:43 +02:00
latticeBitParser.cpp latticeBitParser: support lattice radiant bit file 2020-09-26 07:58:03 +02: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 main: improve flash direct access 2020-10-07 07:47:46 +02:00
mcsParser.cpp cppcheck 2020-08-19 16:53:49 +02:00
mcsParser.hpp cppcheck 2020-08-19 16:53:49 +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 add crosslinx and certus support 2020-09-26 08:41:27 +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
rawParser.cpp rawParser: less verbose 2020-10-07 07:47:07 +02:00
rawParser.hpp rawParser: simple class to read raw binary content with an optional reverse order 2020-09-05 07:49:57 +02:00
spiFlash.cpp spiFlash: drop annoying message in write_enable method 2020-08-24 08:52:00 +02:00
spiFlash.hpp spiFlash: fix base addr, add method to read flash content and (non)volatile registers + cleanup 2020-08-23 17:14:21 +02:00
spiInterface.hpp spiInterface: increase spi_put len param 2020-08-23 17:16:21 +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
usbBlaster.cpp usbBlaster: fix read bit align and don't potentially write when just set clk low 2020-09-12 18:13:53 +02:00
usbBlaster.hpp usbBlaster: init: flush FT245 buffer 2020-09-06 11:01:41 +02:00
xilinx.cpp xilinx: support writing .bit file to flash 2020-09-25 18:58:31 +02:00
xilinx.hpp xilinx: support writing .bit file to flash 2020-09-25 18:58:31 +02:00