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: 1b379a513c18
Choose a base ref
...
head repository: m-labs/nmigen
compare: 5c626e33bfd2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 8, 2019

  1. compat.fhdl.module: fix finalization of transformed compat submodules.

    Before this commit, the TransformedElaboratable of a CompatModule
    would be ignored, and .get_fragment() would be used to retrieve
    the CompatModule within.
    
    After this commit, the finalization process is reworked to match
    oMigen's finalization closely, and all submodules, native and compat,
    are added in the same way that preserves applied transforms.
    whitequark committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    5c626e3 View commit details
    Browse the repository at this point in the history