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: 0858b8bf6c7d
Choose a base ref
...
head repository: m-labs/nmigen
compare: 76ee13ca595b
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    f87c00e View commit details
    Browse the repository at this point in the history
  2. build.plat: strip internal attributes from Verilog output.

    Although useful for debugging, most external tools often complain
    about such attributes (with notable exception of Vivado). As such,
    it is better to emit Verilog with these attributes into a separate
    file such as `design.debug.v` and only emit the attributes that were
    explicitly placed by the user to `design.v`.
    
    This still leaves the (*init*) attribute. See #220 for details.
    whitequark committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    76ee13c View commit details
    Browse the repository at this point in the history