amaranth/nmigen/__init__.py
2018-12-15 14:25:31 +00:00

8 lines
252 B
Python

from .hdl.ast import Value, Const, Mux, Cat, Repl, Signal, ClockSignal, ResetSignal
from .hdl.dsl import Module
from .hdl.cd import ClockDomain
from .hdl.ir import Fragment
from .hdl.xfrm import ResetInserter, CEInserter
from .lib.cdc import MultiReg