2021-12-09 22:39:50 -07:00
|
|
|
from amaranth.hdl.xfrm import *
|
|
|
|
from amaranth.hdl.xfrm import __all__
|
2018-12-11 13:50:56 -07:00
|
|
|
|
|
|
|
|
2021-12-09 22:39:50 -07:00
|
|
|
import warnings
|
|
|
|
warnings.warn("instead of nmigen.hdl.xfrm, use amaranth.hdl.xfrm",
|
|
|
|
DeprecationWarning, stacklevel=2)
|