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

7 lines
156 B
Python

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