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

7 lines
159 B
Python

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