amaranth/nmigen/compat/sim/__init__.py

8 lines
211 B
Python
Raw Normal View History

2021-12-09 22:39:50 -07:00
from amaranth.compat.sim import *
from amaranth.compat.sim import __all__
2018-12-14 09:22:18 -07:00
2021-12-09 22:39:50 -07:00
import warnings
warnings.warn("instead of nmigen.compat.sim, use amaranth.compat.sim",
DeprecationWarning, stacklevel=2)