-
Notifications
You must be signed in to change notification settings - Fork 202
Comparing changes
Open a pull request
base repository: GlasgowEmbedded/glasgow
base: 82185c80e7ec
head repository: GlasgowEmbedded/glasgow
compare: cb5ad42db8a2
Commits on Aug 3, 2019
-
applet.interface.jtag_probe: disable autoflush.
Potentially increases performance on large sequences of pipelined reads (not that we have a good way to submit such sequences yet.)
Configuration menu - View commit details
-
Copy full SHA for c70d1d3 - Browse repository at this point
Copy the full SHA c70d1d3View commit details -
applet.interface.spi_master: redesign command set to be like jtag_probe.
The JTAG probe applet has a very nice orthogonal command set, more applets should be like it. In the future, the SS# line should be changed to be an ordinary aux signal, and all dependent applets with aux signals in registers should be redesigned to use those.
Configuration menu - View commit details
-
Copy full SHA for 8c46f91 - Browse repository at this point
Copy the full SHA 8c46f91View commit details -
applet.interface.spi_master: remove length restrictions.
These are however not removed downstream (mostly from memory-25x applet) because they are useful for progress indication. Also, this implementation does not take advantage of pipelining for transfers longer than 64K.
Configuration menu - View commit details
-
Copy full SHA for a2845aa - Browse repository at this point
Copy the full SHA a2845aaView commit details
Commits on Aug 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for abd4673 - Browse repository at this point
Copy the full SHA abd4673View commit details -
applet.program.xc9500xl: be more resistant to incorrect connections.
Before this commit, if IR length does not match, identify() asserts.
Configuration menu - View commit details
-
Copy full SHA for c8ebd6b - Browse repository at this point
Copy the full SHA c8ebd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7e133 - Browse repository at this point
Copy the full SHA 8a7e133View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef697b - Browse repository at this point
Copy the full SHA aef697bView commit details -
support.bits: allow signed values, if length is specified.
This is a convenient way to get a long string of ones.
Configuration menu - View commit details
-
Copy full SHA for 2d90a89 - Browse repository at this point
Copy the full SHA 2d90a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c3c6ca - Browse repository at this point
Copy the full SHA 9c3c6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d997bf - Browse repository at this point
Copy the full SHA 0d997bfView commit details -
applet.interface.jtag_probe: add shift_dummy().
Useful for shifting don't care headers and trailers.
Configuration menu - View commit details
-
Copy full SHA for 8285eed - Browse repository at this point
Copy the full SHA 8285eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 290e1d0 - Browse repository at this point
Copy the full SHA 290e1d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f0be0 - Browse repository at this point
Copy the full SHA 15f0be0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4cc04a7 - Browse repository at this point
Copy the full SHA 4cc04a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9704f1 - Browse repository at this point
Copy the full SHA f9704f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3eced0 - Browse repository at this point
Copy the full SHA d3eced0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602d940 - Browse repository at this point
Copy the full SHA 602d940View commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fdfaa27 - Browse repository at this point
Copy the full SHA fdfaa27View commit details -
Configuration menu - View commit details
-
Copy full SHA for af55b28 - Browse repository at this point
Copy the full SHA af55b28View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d3b6e94 - Browse repository at this point
Copy the full SHA d3b6e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for cba6848 - Browse repository at this point
Copy the full SHA cba6848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee77f9 - Browse repository at this point
Copy the full SHA 0ee77f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae30fb - Browse repository at this point
Copy the full SHA 7ae30fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 326d00b - Browse repository at this point
Copy the full SHA 326d00bView commit details
Commits on Aug 6, 2019
-
applet.program.xc6s: clock JSTART in RTI while polling.
Otherwise, if DONE is low because JSTART is not finished yet (instead of because of a configuration error), it will never finish because it is clocked only in RTI.
Configuration menu - View commit details
-
Copy full SHA for ddcbb7d - Browse repository at this point
Copy the full SHA ddcbb7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a151b - Browse repository at this point
Copy the full SHA 97a151bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de89ab8 - Browse repository at this point
Copy the full SHA de89ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54abd25 - Browse repository at this point
Copy the full SHA 54abd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef4bc8 - Browse repository at this point
Copy the full SHA 8ef4bc8View commit details -
software: only build the library part of libfx2.
Building all of it wastes time and has problems in case some parts (not used in Glasgow) tickle compiler bugs.
Configuration menu - View commit details
-
Copy full SHA for 650db96 - Browse repository at this point
Copy the full SHA 650db96View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c7f12 - Browse repository at this point
Copy the full SHA b5c7f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230e8e7 - Browse repository at this point
Copy the full SHA 230e8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 396ddaa - Browse repository at this point
Copy the full SHA 396ddaaView commit details -
interface.jtag_probe: simplify XR scanning.
It's nice to not do so many roundtrips, and it also is less code and pollutes logs less.
Configuration menu - View commit details
-
Copy full SHA for 6392af0 - Browse repository at this point
Copy the full SHA 6392af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca3597 - Browse repository at this point
Copy the full SHA aca3597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bbc527 - Browse repository at this point
Copy the full SHA 6bbc527View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad30823 - Browse repository at this point
Copy the full SHA ad30823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1639a25 - Browse repository at this point
Copy the full SHA 1639a25View commit details -
cli: allow overriding revision requirement.
This is useful for hacked revA/B devices that had the FXMA removed and replaced with a 0R bank, for 3V3 only operation.
Configuration menu - View commit details
-
Copy full SHA for 9621694 - Browse repository at this point
Copy the full SHA 9621694View commit details
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 96568aa - Browse repository at this point
Copy the full SHA 96568aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d49813 - Browse repository at this point
Copy the full SHA 9d49813View commit details -
applet.audio.dac: add support for connecting to a PCM source socket.
Works with Linux desktop!
Configuration menu - View commit details
-
Copy full SHA for c0a74e8 - Browse repository at this point
Copy the full SHA c0a74e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00591df - Browse repository at this point
Copy the full SHA 00591dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b99cc - Browse repository at this point
Copy the full SHA c2b99ccView commit details
Commits on Aug 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4edf8bd - Browse repository at this point
Copy the full SHA 4edf8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e610b - Browse repository at this point
Copy the full SHA 67e610bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aed7c4 - Browse repository at this point
Copy the full SHA 3aed7c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd75a94 - Browse repository at this point
Copy the full SHA cd75a94View commit details -
applet.internal.benchmark: fix unnecessarily r/w register to be r/o.
To avoid hierarchy flattening.
Configuration menu - View commit details
-
Copy full SHA for 984e8cb - Browse repository at this point
Copy the full SHA 984e8cbView commit details
Commits on Aug 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9be2abe - Browse repository at this point
Copy the full SHA 9be2abeView commit details
There are no files selected for viewing