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: 6a54b6e339e1
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 1f04203b8854
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 15, 2019

  1. applet.debug.mips: restrict Rocc handshaking to EJTAG >2.0.

    BMIPS seems to support it, but Lexra does not, even though both are
    EJTAG 2.0, so disable it on EJTAG 2.0 completely.
    
    Also, print every CONTROL bit, instead of only the overridden one.
    whitequark committed Oct 15, 2019
    Copy the full SHA
    1b830bc View commit details
    Browse the repository at this point in the history
  2. applet.debug.mips: make sure DMAAcc bit is set before writing ADDRESS.

    On BMIPS ADDRESS is writable if NoDMA=0, on Lexra ADDRESS is only
    writable if DMAAcc=1.
    whitequark committed Oct 15, 2019
    Copy the full SHA
    7d658cd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19497ce View commit details
    Browse the repository at this point in the history
  4. applet.interface.jtag_openocd: new applet.

    Our first nMigen applet!
    whitequark committed Oct 15, 2019
    Copy the full SHA
    1f04203 View commit details
    Browse the repository at this point in the history