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-boards
base: e649e8befe49
Choose a base ref
...
head repository: m-labs/nmigen-boards
compare: 50acf4a72433
Choose a head ref
  • 3 commits
  • 26 files changed
  • 1 contributor

Commits on Oct 3, 2019

  1. Factor out "sd_card_{1bit,4bit,spi}" resources.

    whitequark committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    b033d53 View commit details
    Browse the repository at this point in the history
  2. Reorganize resource taxonomy.

    The current hierarchy isn't particularly well suited to resources
    like SDRAM or NOR flash, so make it much less fine-grained but easier
    to use and less nitpicky.
    whitequark committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c7c6370 View commit details
    Browse the repository at this point in the history
  3. [breaking-change] Fix polarity of "dm" signal in "memory" resource.

    LB# and UB# enable writing their corresponding byte. The "m" in "dm"
    means mask; that is, logical high masks (prevents) the byte from
    being written. This means that it should use Pins(), not PinsN(),
    to get the behavior implied by "mask".
    whitequark committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    50acf4a View commit details
    Browse the repository at this point in the history