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