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

8 lines
203 B
Python

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