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

8 lines
267 B
Python

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