tests: fix remove unnecessary workaround for some unittest assertions.
[nmigen.git] / nmigen / test / test_hdl_rec.py
2020-07-28 Jacob Gravestests: fix remove unnecessary workaround for some unitt...
2020-06-05 Shawn Anastasiohdl.rec: preserve shapes when constructing a layout.
2020-04-12 whitequarkhdl.rec: improve repr() for Layout.
2019-10-13 whitequark{,_}tools→{,_}utils
2019-10-11 whitequarkRename remaining `wrap` methods to `cast`.
2019-10-11 whitequarkhdl.ast: deprecate shapes like `(1, True)` in favor...
2019-10-11 whitequarkhdl.ast: add an explicit Shape class, included in prelude.
2019-09-22 whitequarkhdl.rec: fix using Enum subclass as shape if direction...
2019-09-22 whitequarkhdl.rec: allow using Enum subclass as shape.
2019-07-08 whitequarkhdl.rec: respect modifications to signals in Record...
2019-07-02 whitequarkhdl.rec: implement slicing by component names.
2019-07-02 whitequarkhdl.rec: implement Record.like.
2019-06-03 whitequarkhdl.rec: unbreak hasattr(rec, ...).
2019-05-25 whitequarkhdl.rec: allow providing fields during construction.
2019-04-21 whitequarkhdl.rec: implement Record.connect.
2019-04-19 whitequarkhdl.rec: fix slicing of records.
2019-03-25 anuejnhdl.rec: separate record and signal name with __, not _.
2019-01-01 whitequarkhdl.rec: include record name in error message.
2019-01-01 whitequarkhdl.rec: use a helpful error on unknown field reference.
2018-12-28 whitequarkhdl.rec: add basic record support.