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