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: c5ffbed27b8a
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: ad3c88852fd9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 15, 2018

  1. doc: fix some Markdown awkwardness.

    whitequark committed Dec 15, 2018
    Copy the full SHA
    ad3c888 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 doc/COMPAT_SUMMARY.md
6 changes: 3 additions & 3 deletions doc/COMPAT_SUMMARY.md
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ Compatibility summary
- (+) `value_bits_sign``Value.shape`
- (−) `conv_output` ?
- (+) `decorators``.fhdl.xfrm`
Note: `transform_*` methods not considered part of public API.
<br>Note: `transform_*` methods not considered part of public API.
- (⊙) `ModuleTransformer` **brk**
- (⊙) `ControlInserter` **brk**
- (+) `CEInserter` id, `clock_domains=``controls=`
@@ -60,7 +60,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.
<br>Note: values no longer valid as keys in `dict` and `set`; use `ValueDict` and `ValueSet` instead.
- (+) `wrap``Value.wrap`
- (+) `_Operator``Operator`
- (+) `Mux``Mux`
@@ -172,9 +172,9 @@ Compatibility summary
- (−) `sort` ?
- (−) `BitonicSort` ?
- (-) `sim` **obs**`.back.pysim`
<br>Note: only items directly under `nmigen.compat.sim`, not submodules, are provided.
- (⊙) `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`
- (−) `passive` **obs**`.fhdl.ast.Passive`