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

8 lines
239 B
Python

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