8 lines
211 B
Python
8 lines
211 B
Python
from amaranth.test.utils import *
|
|
from amaranth.test.utils import __all__
|
|
|
|
|
|
import warnings
|
|
warnings.warn("instead of nmigen.test.utils, use amaranth.test.utils",
|
|
DeprecationWarning, stacklevel=2)
|