amaranth/nmigen/__init__.py

8 lines
269 B
Python
Raw Normal View History

from .hdl.ast import Value, Const, Mux, Cat, Repl, Array, Signal, ClockSignal, ResetSignal
2018-12-15 07:23:42 -07:00
from .hdl.dsl import Module
from .hdl.cd import ClockDomain
from .hdl.ir import Fragment, Instance
2018-12-15 07:23:42 -07:00
from .hdl.xfrm import ResetInserter, CEInserter
2018-12-15 07:23:42 -07:00
from .lib.cdc import MultiReg