hdl.ir, back.rtlil: allow specifying attributes on instances.
[nmigen.git] / nmigen / hdl / ir.py
2019-06-28 whitequarkhdl.ir, back.rtlil: allow specifying attributes on...
2019-06-04 whitequarkhdl.ir: rephrase elaboratable warning to not look like...
2019-06-03 whitequarkhdl.ir: accept LHS signals like slices as Instance...
2019-06-03 whitequarkhdl.ir: accept expanded (kind, name, value) tuples...
2019-05-26 whitequarkhdl.ir: silence unused elaboratable warning on interpre...
2019-05-25 whitequarkConsider Instances a part of containing fragment for...
2019-05-15 whitequarkhdl.ir: when adding sync domain to a design, also add...
2019-05-13 whitequarkhdl.ir: during port propagation, defs should take prior...
2019-05-12 whitequarkhdl.ir: only pull explicitly specified ports to topleve...
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-10 whitequarkhdl.xfrm: allow using FragmentTransformer on any elabor...
2019-04-09 whitequarkhdl: remove deprecated get_fragment() and lower() methods.
2019-02-14 whitequarkhdl.ir: raise a more descriptive error on non-elaborata...
2019-01-26 whitequarkhdl.ir: rename .get_fragment() to .elaborate().
2019-01-17 whitequarkhdl.ast: add Past, Stable, Rose, Fell.
2019-01-14 whitequarkhdl.ir: allow explicitly requesting flattening.
2018-12-26 whitequarkhdl.ir: add an API for retrieving generated values...
2018-12-22 whitequarkhdl.ir: flatten hierarchy based on memory accesses...
2018-12-22 whitequarkhdl.ir: factor out _merge_subfragment. NFC.
2018-12-22 whitequarkhdl.ir: fix port propagation between siblings, in the...
2018-12-21 whitequarkhdl.ir: fix port propagation between siblings.
2018-12-21 whitequarkhdl.ir: do not flatten instances or collect ports from...
2018-12-21 whitequarkhdl.ir: correctly handle named output and inout ports.
2018-12-20 whitequarkir: allow non-Signals in Instance ports.
2018-12-17 whitequarkfhdl.ir: add black-box fragments, fragment parameters...
2018-12-17 whitequarkhdl, back: add and use SignalSet/SignalDict.
2018-12-16 whitequarkhdl.dsl: add clock domain support.
2018-12-15 whitequarkRename fhdl→hdl, genlib→lib.