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

8 lines
199 B
Python

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