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

Commits on Jul 3, 2019

  1. compat.fhdl.structure: fix If/Elif/Else after 3244683.

    whitequark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    9eb8160 View commit details
    Browse the repository at this point in the history
  2. compat.fhdl.specials: fix Memory.get_port() after 94e8f47.

    This also makes sure the native ports are instantiated for correct
    clock domain.
    whitequark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    c98b8f7 View commit details
    Browse the repository at this point in the history
  3. compat.fhdl.specials: use "sync" as default domain, not "sys".

    In compat.fhdl.module, we already default to "sync" as the default
    clocked domain. Using "sys" in memories only would be inconsistent
    and result in more bugs.
    whitequark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    eeb6aca View commit details
    Browse the repository at this point in the history