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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc96a7ecfa16
Choose a base ref
...
head repository: m-labs/nmigen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5ffbed27b8a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 15, 2018

  1. doc: fix some Markdown awkwardness.

    whitequark authored Dec 15, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c5ffbed View commit details
Showing with 3 additions and 0 deletions.
  1. +3 −0 doc/COMPAT_SUMMARY.md
3 changes: 3 additions & 0 deletions doc/COMPAT_SUMMARY.md
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ Compatibility summary
- (+) `value_bits_sign``Value.shape`
- (−) `conv_output` ?
- (+) `decorators``.fhdl.xfrm`

Note: `transform_*` methods not considered part of public API.
- (⊙) `ModuleTransformer` **brk**
- (⊙) `ControlInserter` **brk**
@@ -60,6 +61,7 @@ Compatibility summary
- (−) `structure``.fhdl.ast`
- (+) `DUID` id
- (+) `_Value``Value`

Note: values no longer valid as keys in `dict` and `set`; use `ValueDict` and `ValueSet` instead.
- (+) `wrap``Value.wrap`
- (+) `_Operator``Operator`
@@ -174,6 +176,7 @@ Compatibility summary
- (-) `sim` **obs**`.back.pysim`
- (⊙) `core` **brk**
- (⊙) `vcd` **brk**`vcd`

Note: only items directly under `nmigen.compat.sim`, not submodules, are provided.
- (⊙) `Simulator` **brk**
- (+) `run_simulation` **obs**`.back.pysim.Simulator`