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

7 lines
174 B
Python

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