hdl.ir, back.rtlil: allow specifying attributes on instances.
[nmigen.git] / nmigen / hdl / xfrm.py
2019-06-28 whitequarkhdl.ir, back.rtlil: allow specifying attributes on...
2019-06-11 whitequarkhdl.ast: implement values with custom lowering.
2019-06-04 whitequarkhdl.xfrm: handle empty lhs in LHSGroup{Analyzer,Filter}.
2019-04-22 whitequarkhdl.ir: rework named port handling for Instances.
2019-04-21 whitequarkhdl.ir: detect elaboratables that are created but not...
2019-04-18 whitequarkhdl.xfrm: handle classes that inherit from Record.
2019-04-10 whitequarkhdl.xfrm: allow using FragmentTransformer on any elabor...
2019-01-19 whitequarkhdl.xfrm: mark internal registers used in lowering...
2019-01-19 whitequarkhdl.ast: give Assert and Assume their own src_loc.
2019-01-17 whitequarkhdl.ast: allow sampling ClockSignal, ResetSignal.
2019-01-17 whitequarkhdl.ast: add Past, Stable, Rose, Fell.
2019-01-17 whitequarkhdl.xfrm: add SampleLowerer.
2019-01-15 William D. Joneshdl.xfrm: Add on_AnyConst and on_AnySeq abstract method...
2019-01-14 whitequarkhdl.ir: allow explicitly requesting flattening.
2019-01-14 whitequarkhdl: make ClockSignal and ResetSignal usable on LHS.
2019-01-02 William D. Joneshdl.xfrm: Add Assert and Assume abstract methods for...
2018-12-28 whitequarkhdl.rec: add basic record support.
2018-12-24 whitequarkhdl.xfrm, back.rtlil: implement and use LHSGroupFilter.
2018-12-24 whitequarkhdl.xfrm: implement SwitchCleaner, for pruning empty...
2018-12-22 whitequarkhdl.xfrm: avoid cycles in union-find graph in LHSGroupA...
2018-12-22 whitequarkhdl.xfrm: implement LHSGroupAnalyzer.
2018-12-22 whitequarkhdl.xfrm: Abstract*Transformer→*Visitor
2018-12-20 whitequarkir: allow non-Signals in Instance ports.
2018-12-18 whitequarkcompat: import genlib.record from Migen.
2018-12-18 whitequarkhdl.ast: Cat.{operands→parts}
2018-12-18 whitequarkhdl.ast, hdl.xfrm: various microoptimizations to speed...
2018-12-17 whitequarkfhdl.ir: add black-box fragments, fragment parameters...
2018-12-16 whitequarkhdl.xfrm: separate AST traversal from AST identity...
2018-12-15 whitequarkback.pysim: implement ArrayProxy.
2018-12-15 whitequarkRename fhdl→hdl, genlib→lib.