2019-04-21 02:52:57 -06:00
|
|
|
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__
|