amaranth/nmigen/test/__init__.py

7 lines
233 B
Python
Raw Normal View History

from ..hdl.ir import Elaboratable
# The nMigen testsuite creates a lot of elaboratables that are intentionally unused.
# Disable the unused elaboratable check, as in our case it provides nothing but noise.
del Elaboratable.__del__