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: 32bfbb11cbe9
Choose a base ref
...
head repository: m-labs/nmigen
compare: 003ba3b45f4e
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 19, 2019

  1. hdl.xfrm: consider fragment's own domains in DomainLowerer.

    Changed in preparation for introducing local clock domains.
    whitequark committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    404f99f View commit details
    Browse the repository at this point in the history
  2. hdl.xfrm: lower resets in DomainLowerer as well.

    Changed in preparation for introducing local clock domains.
    
    Also makes elaboration about 15% faster.
    whitequark committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    69d36dc View commit details
    Browse the repository at this point in the history
  3. back.pysim: index domains by identity, not by name.

    Changed in preparation for introducing local clock domains.
    whitequark committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    9bdadbf View commit details
    Browse the repository at this point in the history
  4. hdl.cd: implement local clock domains.

    Closes #175.
    whitequark committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    003ba3b View commit details
    Browse the repository at this point in the history