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: m-labs/nmigen-soc
base: 8662815e1ea6
Choose a base ref
...
head repository: m-labs/nmigen-soc
compare: 8a54b574be3f
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 26, 2019

  1. csr.bus.Multiplexer: fix element w_stb getting stuck.

    Also, don't clear shadow; this would break e.g. reading a 64-bit
    CSR register through a 32-bit Wishbone bus if a code fetch happens
    between the halves. Instead, clear shadow enable flag driving OR-mux.
    whitequark committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    d52d0b9 View commit details
    Browse the repository at this point in the history
  2. csr.wishbone: add WishboneCSRBridge.

    whitequark committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    4f59a0b View commit details
    Browse the repository at this point in the history
  3. Add missing tests (100% branch coverage!)

    Found several bugs, too.
    whitequark committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    8a54b57 View commit details
    Browse the repository at this point in the history