Remove everything deprecated in nmigen 0.1.
[nmigen.git] / nmigen / test / test_hdl_dsl.py
2019-10-26 whitequarktest: use `#nmigen:` magic comment instead of monkey...
2019-10-13 whitequark{,_}tools→{,_}utils
2019-10-11 whitequarkhdl.ast: deprecate Signal.{range,enum}.
2019-10-11 whitequarkConsistently use {!r}, not '{!r}' in diagnostics.
2019-09-28 whitequarkhdl.dsl: add a diagnostic for `m.d.submodules += ...`.
2019-09-16 whitequarkhdl.{ast,dsl}: add Signal.enum; coerce Enum to Value...
2019-09-14 whitequarkhdl.dsl: improve error messages for Case().
2019-09-08 whitequarkhdl.dsl: add Default(), an alias for Case() with no...
2019-09-03 whitequarkhdl.ast,back.rtlil: implement Cover.
2019-08-03 whitequarkhdl.dsl: reword m.If(~True) warning to be more clear.
2019-08-03 whitequarkhdl.dsl: warn on suspicious statements like `m.If(...
2019-07-19 N. Engelhardthdl.dsl: add getters to m.submodules.
2019-07-08 whitequarkhdl.{ast,cd,dsl,xfrm}: reject inappropriately used...
2019-07-07 whitequarkhdl.dsl: further clarify error message for incorrect...
2019-07-07 whitequarkhdl.dsl: clarify error message for incorrect nesting.
2019-07-07 whitequarkhdl.dsl: gracefully handle FSM with no states.
2019-06-28 whitequarkhdl.{ast,dsl}, back.{pysim,rtlil}: allow multiple case...
2019-06-25 whitequarkhdl.{ast,dst}: directly represent RTLIL default case.
2019-06-03 whitequarkhdl.dsl: allow adding submodules with computed name...
2019-01-26 whitequarkhdl.ir: rename .get_fragment() to .elaborate().
2019-01-17 whitequarkhdl.ast: add Past, Stable, Rose, Fell.
2019-01-14 whitequarkhdl: make ClockSignal and ResetSignal usable on LHS.
2019-01-13 whitequarkhdl.dsl: cases wider than switch test value are unreach...
2019-01-13 whitequarkhdl.dsl: accept (but warn on) cases wider than switch...
2019-01-02 William D. Joneshdl.dsl: Support Assert and Assume where an Assign...
2018-12-27 whitequarkhdl.dsl: add support for fsm.ongoing().
2018-12-26 whitequarkhdl.dsl: forbid m.next= inside of FSM but outside of...
2018-12-26 whitequarkhdl.dsl: provide generated values for FSMs.
2018-12-26 whitequarkhdl.dsl: implement FSM.
2018-12-17 whitequarkhdl, back: add and use SignalSet/SignalDict.
2018-12-16 whitequarkhdl.dsl: add clock domain support.
2018-12-15 whitequarkhdl: appropriately rename tests. NFC.