hdl.xfrm: implement SwitchCleaner, for pruning empty switches.
[nmigen.git] / nmigen / test / test_hdl_ir.py
2018-12-22 whitequarkhdl.ir: flatten hierarchy based on memory accesses...
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: 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-15 whitequarkhdl: appropriately rename tests. NFC.