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