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: 7b25665fde81
Choose a base ref
...
head repository: m-labs/nmigen
compare: 4922a73c5d27
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Jan 26, 2019

  1. hdl.ast: fix shape calculation for *.

    This was carried over from Migen, and is wrong there too.
    Counterexample: 1'sd-1 * 4'sd-4 = 4'sd-4 (but should be 5'sd4).
    whitequark committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    f71e0ff View commit details
    Browse the repository at this point in the history
  2. test.compat: import tests from Migen as appropriate.

    test_signed and test_coding are adjusted slightly to account for
    differences in comb propagation between the simulators; we might want
    to revert that eventually.
    whitequark committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    4922a73 View commit details
    Browse the repository at this point in the history