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

Commits on Jan 26, 2019

  1. back.pysim: give better names to unnamed fragments and their signals.

    Was: top.#0, top.None_clk
    Now: top.U0, top.U0_clk
    
    (U for Unnamed, or similarly, an unit refdes.)
    whitequark committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    8686e9a View commit details
    Browse the repository at this point in the history
  2. back.pysim: support async reset.

    whitequark committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    e74dbc3 View commit details
    Browse the repository at this point in the history
  3. lib.cdc: add ResetSynchronizer.

    whitequark committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    f44ca29 View commit details
    Browse the repository at this point in the history