amaranth/nmigen/__init__.py

8 lines
252 B
Python
Raw Normal View History

2018-12-15 07:23:42 -07:00
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
2018-12-15 07:23:42 -07:00
from .lib.cdc import MultiReg