amaranth/nmigen/sim/__init__.py

5 lines
94 B
Python
Raw Normal View History

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