applet.program.xc6s: fix race condition asserting ...
by whitequark 6 years 6 months
applet.program.xc6s: fix race condition asserting JSTART.
7ae30fbb
applet.program.xc6s: fix race condition deassertin...
by whitequark 6 years 6 months
applet.program.xc6s: fix race condition deasserting JPROGRAM.
0ee77f95
protocol.gdb_remote: fix missing statement.
by whitequark 6 years 6 months
cba68480
applet.interface.jtag_probe: set TRST# to inactive...
by whitequark 6 years 6 months
applet.interface.jtag_probe: set TRST# to inactive by default.

I think this was a mistake, flipped polarity. The default applet flow
does not pulse TRST#, which should be fine given that TRST# is rarely
useful and not relying on it is a good idea; the main function of
--pin-trst is for SVF and to drive it to inactive level.
d3b6e949
applet.interface.uart: add `tty --cr`.
by whitequark 6 years 6 months
af55b286
arch.xilinx.xc6: explain the nature of JTAG config...
by whitequark 6 years 6 months
arch.xilinx.xc6: explain the nature of JTAG configuration flow.
fdfaa276
applet.program.xc6s: new applet.
by whitequark 6 years 6 months
602d9405
database.xilinx.xc6s: new database.
by whitequark 6 years 6 months
d3eced0c
arch.xilinx.xc6s: new architecture.
by whitequark 6 years 6 months
f9704f1e
applet.interface.jtag_probe: fix IR elision to res...
by whitequark 6 years 6 months
applet.interface.jtag_probe: fix IR elision to respect elide=False.

Also, add elide as an argument to TAPInterface.write_ir().
Also, make it keyword-only.
4cc04a76
Report a bug