amaranth/amaranth/back/pysim.py
2021-12-10 10:34:13 +00:00

12 lines
260 B
Python

import warnings
from ..sim import *
__all__ = ["Settle", "Delay", "Tick", "Passive", "Active", "Simulator"]
# TODO(amaranth-0.4): remove
warnings.warn("instead of amaranth.back.pysim.*, use amaranth.sim.*",
DeprecationWarning, stacklevel=2)