hdl.ir: detect elaboratables that are created but not used.
[nmigen.git] / nmigen / test / __init__.py
1 from ..hdl.ir import Elaboratable
2
3
4 # The nMigen testsuite creates a lot of elaboratables that are intentionally unused.
5 # Disable the unused elaboratable check, as in our case it provides nothing but noise.
6 del Elaboratable.__del__