hdl.ast: add Value.{any,all}, mapping to $reduce_{or,and}.
[nmigen.git] / nmigen / test / tools.py
2019-08-31 Emily_toolchain,build.plat,vendor.*: add required_tools...
2019-08-28 Emilytest.tools: use _toolchain.get_tool.
2019-07-31 whitequarkhdl.xfrm: handle mem.{Read,Write}Port in CEInserter.
2019-01-26 whitequarkhdl.ir: rename .get_fragment() to .elaborate().
2019-01-19 whitequarkhdl.xfrm: mark internal registers used in lowering...
2019-01-19 whitequarklib.fifo: formally verify FIFO contract.
2019-01-17 whitequarklib.fifo: add basic formal specification.
2019-01-13 whitequarkhdl.dsl: cases wider than switch test value are unreach...
2018-12-15 whitequarkhdl.ast: implement Array and ArrayProxy.
2018-12-15 whitequarkRename fhdl→hdl, genlib→lib.
2018-12-14 whitequarkfhdl.ir: automatically flatten hierarchy to resolve...
2018-12-13 whitequarkfhdl.ir: implement clock domain propagation.
2018-12-13 whitequarkfhdl.xfrm: implement DomainRenamer.