amaranth/nmigen/compat/__init__.py

12 lines
261 B
Python
Raw Normal View History

from .fhdl.structure import *
from .fhdl.module import *
from .fhdl.specials import *
from .fhdl.bitcontainer import *
# from .fhdl.decorators import *
# from .fhdl.simplify import *
2018-12-14 09:22:18 -07:00
from .sim import *
# from .genlib.record import *
from .genlib.fsm import *