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