amaranth/amaranth/sim/__init__.py
2021-12-10 10:34:13 +00:00

5 lines
94 B
Python

from .core import *
__all__ = ["Settle", "Delay", "Tick", "Passive", "Active", "Simulator"]