compat.genlib.fsm: fix naming for non-Signal LHS.
[nmigen.git] / nmigen / __init__.py
1 from .hdl.ast import Value, Const, C, Mux, Cat, Repl, Array, Signal, ClockSignal, ResetSignal
2 from .hdl.dsl import Module
3 from .hdl.cd import ClockDomain
4 from .hdl.ir import Fragment, Instance
5 from .hdl.mem import Memory
6 from .hdl.xfrm import ResetInserter, CEInserter
7
8 from .lib.cdc import MultiReg