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

7 lines
162 B
Python

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