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

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    5520e0d View commit details
    Browse the repository at this point in the history
  2. csr.bus: drop CSR prefix from class names.

    Application code should use Python imports similar to:
    
        from nmigen_soc import csr
        ...
        decoder = csr.Decoder(...)
    
    thus achieving the same effect with less namespace pollution.
    whitequark committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    d8f5c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4b340e View commit details
    Browse the repository at this point in the history