amaranth/nmigen/hdl/dsl.py
2021-12-10 10:34:13 +00:00

8 lines
199 B
Python

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