amaranth/nmigen/__init__.py
2019-08-19 23:14:41 +00:00

7 lines
139 B
Python

from ._version import get_versions
__version__ = get_versions()["full-revisionid"]
del get_versions
from .hdl import *
from .lib import *