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