14f02272b5a0ad49377bffd599f11f6414732390
[nmigen-type-annotations.git] / nmigen / __init__.pyi
1 # need "a as a" to work around mypy bug
2 from .hdl.dsl import Module as Module
3 from .hdl.ast import (Value as Value,
4 Const as Const,
5 C as C,
6 Mux as Mux,
7 Cat as Cat,
8 Repl as Repl,
9 Signal as Signal,
10 ClockSignal as ClockSignal,
11 ResetSignal as ResetSignal)
12 from .hdl.cd import ClockDomain as ClockDomain
13 from .hdl.ir import Fragment as Fragment, Instance as Instance
14 from .hdl.mem import Memory as Memory
15 from .hdl.rec import Record as Record