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