compat.genlib.fsm: fix naming for non-Signal LHS.
[nmigen.git] / nmigen / __init__.py
2018-12-21 whitequarkhdl.mem: implement memories.
2018-12-18 whitequarktest.sim: add tests for sync functionality and errors.
2018-12-17 whitequarkfhdl.ir: add black-box fragments, fragment parameters...
2018-12-15 whitequarkhdl.ast: implement Array and ArrayProxy.
2018-12-15 whitequarkRename fhdl→hdl, genlib→lib.
2018-12-15 whitequarkMove star imports to make `from nmigen import *` usable.
2018-12-13 whitequarkfhdl.ast: add tests for most logic.