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: 8e048c5a7ce0
Choose a base ref
...
head repository: m-labs/nmigen
compare: ada1d6a6034f
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 19, 2019

  1. back.{rtlil,verilog}: split convert_fragment() off convert().

    Because Fragment.prepare is not (currently) idempotent, it is useful
    to be able to avoid calling it when converting. Even if it is made
    idempotent, it can be slow on large designs, so it is advantageous
    regardless of that.
    whitequark committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    a2241fc View commit details
    Browse the repository at this point in the history
  2. build.plat: do not prepare fragments twice.

    Fixes #169.
    whitequark committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    ada1d6a View commit details
    Browse the repository at this point in the history