amaranth/nmigen/compat/genlib/resetsync.py
2021-12-10 10:34:13 +00:00

8 lines
263 B
Python

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