amaranth/nmigen/compat/fhdl/conv_output.py
2021-12-10 10:34:13 +00:00

7 lines
210 B
Python

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