amaranth/nmigen/__init__.py
2021-12-10 10:34:13 +00:00

8 lines
167 B
Python

from amaranth import *
from amaranth import __all__
import warnings
warnings.warn("instead of nmigen, use amaranth",
DeprecationWarning, stacklevel=2)