build.dsl: add conn argument to Connector.
[nmigen.git] / nmigen / test / test_hdl_ast.py
2019-08-15 whitequarkhdl.ast: implement Initial.
2019-08-03 whitequarkhdl.ast: deprecate Value.part, add Value.{bit,word...
2019-07-08 whitequarkhdl.{ast,cd,dsl,xfrm}: reject inappropriately used...
2019-07-02 whitequarkhdl.ast: recognize a Enum used as decoder and format...
2019-06-12 whitequarkhdl.ast: add name_suffix=".." option to Signal.like().
2019-06-11 whitequarkhdl.ast: implement values with custom lowering.
2019-06-04 whitequarkhdl.xfrm: handle empty lhs in LHSGroup{Analyzer,Filter}.
2019-04-21 whitequarkhdl.ast: improve tests for exceptional conditions.
2019-04-21 whitequarkhdl.ast: accept Signals with identical min/max bounds.
2019-04-03 whitequarkhdl.ast: handle a common typo, such as Signal(1, True).
2019-01-26 whitequarkhdl.ast: fix shape calculation for *.
2019-01-17 whitequarkhdl.ast: allow sampling ClockSignal, ResetSignal.
2019-01-17 whitequarkhdl.ast: add Sample.
2019-01-16 whitequarkhdl.ast: fix naming of Signal.like() signals when trace...
2018-12-18 whitequarkhdl.ast: Cat.{operands→parts}
2018-12-15 whitequarkhdl.ast: implement Array and ArrayProxy.
2018-12-15 whitequarkhdl: appropriately rename tests. NFC.