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