Michael Gernoth
|
325556c933
|
improve debug output
|
17 years ago |
Michael Gernoth
|
be59993b74
|
do not export unnecessary symbols
|
17 years ago |
Michael Gernoth
|
4c7a69cb77
|
include inttypes.h
|
17 years ago |
michael
|
084feb4bf3
|
monitor tdi, too
|
18 years ago |
michael
|
0a060ead2d
|
add the possibility to monitor the JTAG state machine
|
18 years ago |
michael
|
f9318fa12d
|
programming is now abaout as fast as a parallel cable again
|
18 years ago |
michael
|
617583d072
|
some microoptimazation
|
18 years ago |
michael
|
66c1fd53cb
|
correctly set the baudrate, this speeds up things a bit
|
18 years ago |
michael
|
3cc5a0bc5a
|
improve performance by using threads
|
18 years ago |
michael
|
75417531f3
|
fix prom readback, but this slows everything down again...
|
18 years ago |
michael
|
5e3d963bcb
|
unify parallel and jtagkey interface
|
18 years ago |
michael
|
7cd012c138
|
remove old debug message
|
18 years ago |
michael
|
59b06a85e2
|
make sure that there is valid data if the last command in a transfer is
a read
|
18 years ago |
michael
|
9640dec9c7
|
use the right tool for the job!
use BITMODE_BITBANG for bulk transfers and BITMODE_BBSYNC for transfers with
interleaved reads
|
18 years ago |
michael
|
3f5287b7f7
|
some more performance improvements
|
18 years ago |
michael
|
a270f1e37a
|
only read pins when needed, now it's a bit faster than a parallel cable
|
18 years ago |
michael
|
397d1c368e
|
remove useless code
|
18 years ago |
michael
|
85690a3f99
|
correctly handle cases where the usb chunksize is smaller than the
combined write
|
18 years ago |
michael
|
4af4753dc4
|
increase programming speed by a factor of 4.
it now takes 5 seconds to program a xc3s400, which is the same time it
takes to program this chip with a parallel cable.
|
18 years ago |
michael
|
e81047b815
|
ignore no-ops
|
18 years ago |
michael
|
d0e2002d3a
|
much faster programming via FTDI2232 now.
programs a xc3s200 in 22 seconds
|
18 years ago |
michael
|
b122ac4b01
|
improve performance by
* using synchronous bitbang mode
* handling multi transfers in the jtagkey-driver by combining writes and reads
|
18 years ago |
michael
|
8121bc50c2
|
first bits for amontec jtagkey
|
18 years ago |