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