Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
base: bedeca8c0ee8
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 6c45042955a9
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 2, 2019

  1. applet.interface.jtag_probe: raise exception on invalid state transit…

    …ions.
    
    Instead of asserting.
    whitequark committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    90216e4 View commit details
    Browse the repository at this point in the history
  2. applet.interface.jtag_probe: disallow pulse_tck() in Shift-XR.

    This would interact badly with state transition on the last bit, and
    is not allowed by e.g. SVF specification.
    whitequark committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    7877287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c66b79 View commit details
    Browse the repository at this point in the history
  4. applet.interface.jtag_probe: allow shifting TDIO over 65535 bits.

    This comes up in SVF files, e.g. SVF files generated by nextpnr
    produce TDIO shifts of 100000 bits.
    whitequark committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    6c45042 View commit details
    Browse the repository at this point in the history