hdl.rec: migrate Record from UserValue to ValueCastable.
[nmigen.git] / nmigen / hdl / rec.py
2020-11-06 awyglehdl.rec: migrate Record from UserValue to ValueCastable.
2020-06-05 Shawn Anastasiohdl.rec: preserve shapes when constructing a layout.
2020-04-16 anuejnhdl.rec: make Record inherit from UserValue. working_23jun2020
2020-04-12 whitequarkhdl.rec: improve repr() for Layout.
2020-01-12 whitequarkRemove everything deprecated in nmigen 0.1.
2019-11-09 whitequarkhdl.rec: fix Record.like() being called through a subclass. v0.1
2019-11-09 Staf Verhaegenhdl.rec: make Record(name=) keyword-only.
2019-10-13 whitequark{,_}tools→{,_}utils
2019-10-12 whitequark_tools: extract most utility methods to a private package.
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-03 whitequarkhdl.rec: thread src_loc_at to all inner Signals and...
2019-07-03 whitequarkhdl.rec: accept Record(src_loc_at=...).
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-05-12 whitequarkhdl: make all public Value classes other than Record...
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-03-03 whitequarktracer: factor out get_var_name(default=).
2019-03-03 whitequarkhdl.rec: remove __slots__.
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.