8 lines
203 B
Python
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)
|