8 lines
199 B
Python
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)
|