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