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

8 lines
191 B
Python

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