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

8 lines
199 B
Python

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